exceptions: detritus removal
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 12 Aug 2016 22:47:45 +0000 (18:47 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 28 Sep 2016 01:15:14 +0000 (21:15 -0400)
externs and defines for stuff that is never used

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/arm/mm/fault.h
arch/m68k/include/asm/uaccess_no.h
arch/microblaze/include/asm/uaccess.h
arch/openrisc/include/asm/uaccess.h
arch/sh/include/asm/uaccess.h
arch/x86/mm/fault.c
arch/xtensa/include/asm/uaccess.h
include/asm-generic/uaccess.h

index 05ec5e0df32d7bad17f4564a74ad3fcbed88ee9c..67532f24227105c02f8d5a5be13ee46879aac237 100644 (file)
@@ -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 */
index 1bdf15263754711c63a8007eaf4580c10f3a7741..36deeb36503b944ae695c721de2d62b3376992f7 100644 (file)
@@ -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
index 826676778094f23a8ced8264b5c448184c0fa006..253a67e275ad20ce52dacf29f4932f7ad1a5cc2f 100644 (file)
@@ -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 */
index 5cc6b4f1b79516a7a5882886b59884d03529df6d..140faa16685a2325f3a1b6cbf9cbb9c8e68fc913 100644 (file)
@@ -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.
index 92ade79ac4272ea22657b3aac6adfb90b1d4105f..a38d0c7b818fe317a8e223a4531288c64fe73dba 100644 (file)
@@ -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);
index dc802306045653be7177fd619cdc3dffbcd92815..c0413d5541af7a3a27dcf2f7137c2b8b4013b988 100644 (file)
@@ -5,7 +5,7 @@
  */
 #include <linux/sched.h>               /* test_thread_flag(), ...      */
 #include <linux/kdebug.h>              /* oops_begin/end, ...          */
-#include <linux/module.h>              /* search_exception_table       */
+#include <linux/module.h>              /* search_exception_tables      */
 #include <linux/bootmem.h>             /* max_low_pfn                  */
 #include <linux/kprobes.h>             /* NOKPROBE_SYMBOL, ...         */
 #include <linux/mmiotrace.h>           /* kmmio_handler, ...           */
index 147b26ed9c91f033cbb34b4b9506e302599baa23..de72ba558d8d3ba2fb69cd5c586f8273e75ac80b 100644 (file)
@@ -495,16 +495,5 @@ struct exception_table_entry
        unsigned long insn, fixup;
 };
 
-/* Returns 0 if exception not found and fixup.unit otherwise.  */
-
-extern unsigned long search_exception_table(unsigned long addr);
-extern void sort_exception_table(void);
-
-/* Returns the new pc */
-#define fixup_exception(map_reg, fixup_unit, pc)                \
-({                                                              \
-       fixup_unit;                                             \
-})
-
 #endif /* __ASSEMBLY__ */
 #endif /* _XTENSA_UACCESS_H */
index 6df9b0749671b26801cbc8bec79f21f8cab34437..cc6bb319e464f46e8e2b8b9010261ba585718e94 100644 (file)
@@ -69,10 +69,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);
-
-
 /*
  * architectures with an MMU should override these two
  */