summaryrefslogtreecommitdiff
path: root/include/asm-ppc
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2003-01-05 04:08:01 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-01-05 04:08:01 -0800
commitaf285fc8b5eec2a2b6695c7e2d0a1842dbd1c059 (patch)
treed630f5ad07e7585ad17cb796188a54681eb3d8ce /include/asm-ppc
parent3344ea3ad4b7c302c846a680dbaeedf96ed45c02 (diff)
[PATCH] Exception table cleanup
This patch combines the common exception table searching functionality for various architectures, to avoid unneccessary (and currently buggy) duplication, and so that the exception table list and lock can be kept private to module.c. The archs provide "struct exception_table" and "search_extable": the generic infrastructure drives the rest.
Diffstat (limited to 'include/asm-ppc')
-rw-r--r--include/asm-ppc/uaccess.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-ppc/uaccess.h b/include/asm-ppc/uaccess.h
index 1931d72ce8a9..51bb269cf589 100644
--- a/include/asm-ppc/uaccess.h
+++ b/include/asm-ppc/uaccess.h
@@ -56,8 +56,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);
/*