Loading arch/frv/mm/extable.c +0 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,6 @@ #include <linux/spinlock.h> #include <asm/uaccess.h> extern const struct exception_table_entry __attribute__((aligned(8))) __start___ex_table[]; extern const struct exception_table_entry __attribute__((aligned(8))) __stop___ex_table[]; extern const void __memset_end, __memset_user_error_lr, __memset_user_error_handler; extern const void __memcpy_end, __memcpy_user_error_lr, __memcpy_user_error_handler; extern spinlock_t modlist_lock; Loading Loading
arch/frv/mm/extable.c +0 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,6 @@ #include <linux/spinlock.h> #include <asm/uaccess.h> extern const struct exception_table_entry __attribute__((aligned(8))) __start___ex_table[]; extern const struct exception_table_entry __attribute__((aligned(8))) __stop___ex_table[]; extern const void __memset_end, __memset_user_error_lr, __memset_user_error_handler; extern const void __memcpy_end, __memcpy_user_error_lr, __memcpy_user_error_handler; extern spinlock_t modlist_lock; Loading