In arch/i386/kernel/traps.c and arch/s390/kernel/traps.c there is a
declaration of page_exception:
void page_exception(void);
I can't find any reference to that anywhere else in the current kernel
tree. (and no definition of that funcion.)
Probably this can be deleted.
Jan
--- linux/arch/i386/kernel/traps.c.orig Fri May 26 11:20:20 2000
+++ linux/arch/i386/kernel/traps.c Tue May 30 01:10:51 2000
@@ -136,8 +136,6 @@
unlock_kernel(); \
}
-void page_exception(void);
-
asmlinkage void divide_error(void);
asmlinkage void debug(void);
asmlinkage void nmi(void);
--- linux/arch/s390/kernel/traps.c.orig Mon May 15 00:06:32 2000
+++ linux/arch/s390/kernel/traps.c Tue May 30 01:11:25 2000
@@ -62,9 +62,6 @@
force_sig(signr, tsk); \
}
-
-void page_exception(void);
-
/* TODO: define these as 'pgm_check_handler_t xxx;'
asmlinkage void divide_error(void);
asmlinkage void debug(void);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Wed May 31 2000 - 21:00:22 EST