From: James S. <jsi...@us...> - 2001-10-06 16:11:15
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/mips64/mm In directory usw-pr-cvs1:/tmp/cvs-serv25708/linux/arch/mips64/mm Modified Files: fault.c Log Message: Synced to 2.4.10 Index: fault.c =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/arch/mips64/mm/fault.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- fault.c 2001/09/02 23:26:10 1.1 +++ fault.c 2001/10/06 16:11:12 1.2 @@ -32,7 +32,6 @@ #define development_version (LINUX_VERSION_CODE & 0x100) extern void die(char *, struct pt_regs *, unsigned long write); -extern int console_loglevel; /* * Macro for exception fixup code to access integer registers. |