Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax
In directory sc8-pr-cvs1:/tmp/cvs-serv8347
Modified Files:
uaccess.h
Log Message:
search_exception_table() now superseded by search_exception_tables()
Index: uaccess.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/uaccess.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- uaccess.h 16 Feb 2003 23:51:31 -0000 1.5
+++ uaccess.h 2 Aug 2003 23:53:41 -0000 1.6
@@ -59,9 +59,6 @@
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
|