Loading arch/score/include/asm/extable.h 0 → 100644 +11 −0 Original line number Original line Diff line number Diff line #ifndef _ASM_SCORE_EXTABLE_H #define _ASM_SCORE_EXTABLE_H struct exception_table_entry { unsigned long insn; unsigned long fixup; }; struct pt_regs; extern int fixup_exception(struct pt_regs *regs); #endif arch/score/include/asm/module.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2,7 +2,7 @@ #define _ASM_SCORE_MODULE_H #define _ASM_SCORE_MODULE_H #include <linux/list.h> #include <linux/list.h> #include <asm/uaccess.h> #include <asm/extable.h> #include <asm-generic/module.h> #include <asm-generic/module.h> struct mod_arch_specific { struct mod_arch_specific { Loading arch/score/include/asm/uaccess.h +1 −7 Original line number Original line Diff line number Diff line Loading @@ -4,6 +4,7 @@ #include <linux/kernel.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/errno.h> #include <linux/thread_info.h> #include <linux/thread_info.h> #include <asm/extable.h> #define VERIFY_READ 0 #define VERIFY_READ 0 #define VERIFY_WRITE 1 #define VERIFY_WRITE 1 Loading Loading @@ -420,12 +421,5 @@ static inline long strnlen_user(const char __user *str, long len) return __strnlen_user(str, len); return __strnlen_user(str, len); } } struct exception_table_entry { unsigned long insn; unsigned long fixup; }; extern int fixup_exception(struct pt_regs *regs); #endif /* __SCORE_UACCESS_H */ #endif /* __SCORE_UACCESS_H */ Loading
arch/score/include/asm/extable.h 0 → 100644 +11 −0 Original line number Original line Diff line number Diff line #ifndef _ASM_SCORE_EXTABLE_H #define _ASM_SCORE_EXTABLE_H struct exception_table_entry { unsigned long insn; unsigned long fixup; }; struct pt_regs; extern int fixup_exception(struct pt_regs *regs); #endif
arch/score/include/asm/module.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2,7 +2,7 @@ #define _ASM_SCORE_MODULE_H #define _ASM_SCORE_MODULE_H #include <linux/list.h> #include <linux/list.h> #include <asm/uaccess.h> #include <asm/extable.h> #include <asm-generic/module.h> #include <asm-generic/module.h> struct mod_arch_specific { struct mod_arch_specific { Loading
arch/score/include/asm/uaccess.h +1 −7 Original line number Original line Diff line number Diff line Loading @@ -4,6 +4,7 @@ #include <linux/kernel.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/errno.h> #include <linux/thread_info.h> #include <linux/thread_info.h> #include <asm/extable.h> #define VERIFY_READ 0 #define VERIFY_READ 0 #define VERIFY_WRITE 1 #define VERIFY_WRITE 1 Loading Loading @@ -420,12 +421,5 @@ static inline long strnlen_user(const char __user *str, long len) return __strnlen_user(str, len); return __strnlen_user(str, len); } } struct exception_table_entry { unsigned long insn; unsigned long fixup; }; extern int fixup_exception(struct pt_regs *regs); #endif /* __SCORE_UACCESS_H */ #endif /* __SCORE_UACCESS_H */