Loading arch/arm/mm/fault.h +0 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ static inline int fsr_fs(unsigned int fsr) #endif void do_bad_area(unsigned long addr, unsigned int fsr, struct pt_regs *regs); unsigned long search_exception_table(unsigned long addr); void early_abt_enable(void); #endif /* __ARCH_ARM_FAULT_H */ arch/m68k/include/asm/uaccess_no.h +0 −3 Original line number Diff line number Diff line Loading @@ -44,9 +44,6 @@ struct exception_table_entry unsigned long insn, fixup; }; /* Returns 0 if exception not found and fixup otherwise. */ extern unsigned long search_exception_table(unsigned long); /* * These are the main single-value transfer routines. They automatically Loading arch/microblaze/include/asm/uaccess.h +0 −3 Original line number Diff line number Diff line Loading @@ -71,9 +71,6 @@ struct exception_table_entry { unsigned long insn, fixup; }; /* Returns 0 if exception not found and fixup otherwise. */ extern unsigned long search_exception_table(unsigned long); #ifndef CONFIG_MMU /* Check against bounds of physical memory */ Loading arch/openrisc/include/asm/uaccess.h +0 −4 Original line number Diff line number Diff line Loading @@ -82,10 +82,6 @@ struct exception_table_entry { unsigned long insn, fixup; }; /* Returns 0 if exception not found and fixup otherwise. */ extern unsigned long search_exception_table(unsigned long); extern void sort_exception_table(void); /* * These are the main single-value transfer routines. They automatically * use the right size if we just have the right pointer type. Loading arch/sh/include/asm/uaccess.h +0 −2 Original line number Diff line number Diff line Loading @@ -192,8 +192,6 @@ struct exception_table_entry { #endif int fixup_exception(struct pt_regs *regs); /* Returns 0 if exception not found and fixup.unit otherwise. */ unsigned long search_exception_table(unsigned long addr); const struct exception_table_entry *search_exception_tables(unsigned long addr); extern void *set_exception_table_vec(unsigned int vec, void *handler); Loading Loading
arch/arm/mm/fault.h +0 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ static inline int fsr_fs(unsigned int fsr) #endif void do_bad_area(unsigned long addr, unsigned int fsr, struct pt_regs *regs); unsigned long search_exception_table(unsigned long addr); void early_abt_enable(void); #endif /* __ARCH_ARM_FAULT_H */
arch/m68k/include/asm/uaccess_no.h +0 −3 Original line number Diff line number Diff line Loading @@ -44,9 +44,6 @@ struct exception_table_entry unsigned long insn, fixup; }; /* Returns 0 if exception not found and fixup otherwise. */ extern unsigned long search_exception_table(unsigned long); /* * These are the main single-value transfer routines. They automatically Loading
arch/microblaze/include/asm/uaccess.h +0 −3 Original line number Diff line number Diff line Loading @@ -71,9 +71,6 @@ struct exception_table_entry { unsigned long insn, fixup; }; /* Returns 0 if exception not found and fixup otherwise. */ extern unsigned long search_exception_table(unsigned long); #ifndef CONFIG_MMU /* Check against bounds of physical memory */ Loading
arch/openrisc/include/asm/uaccess.h +0 −4 Original line number Diff line number Diff line Loading @@ -82,10 +82,6 @@ struct exception_table_entry { unsigned long insn, fixup; }; /* Returns 0 if exception not found and fixup otherwise. */ extern unsigned long search_exception_table(unsigned long); extern void sort_exception_table(void); /* * These are the main single-value transfer routines. They automatically * use the right size if we just have the right pointer type. Loading
arch/sh/include/asm/uaccess.h +0 −2 Original line number Diff line number Diff line Loading @@ -192,8 +192,6 @@ struct exception_table_entry { #endif int fixup_exception(struct pt_regs *regs); /* Returns 0 if exception not found and fixup.unit otherwise. */ unsigned long search_exception_table(unsigned long addr); const struct exception_table_entry *search_exception_tables(unsigned long addr); extern void *set_exception_table_vec(unsigned int vec, void *handler); Loading