patch-2.4.10 linux/arch/mips64/mm/fault.c
Next file: linux/arch/mips64/mm/loadmmu.c
Previous file: linux/arch/mips64/mm/extable.c
Back to the patch index
Back to the overall index
- Lines: 32
- Date:
Sun Sep 16 21:22:50 2001
- Orig file:
v2.4.9/linux/arch/mips64/mm/fault.c
- Orig date:
Wed Jul 25 17:10:18 2001
diff -u --recursive --new-file v2.4.9/linux/arch/mips64/mm/fault.c linux/arch/mips64/mm/fault.c
@@ -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.
@@ -63,7 +62,7 @@
/*
* Unlock any spinlocks which will prevent us from getting the
- * message out (timerlist_lock is aquired through the
+ * message out (timerlist_lock is acquired through the
* console unblank code)
*/
void bust_spinlocks(int yes)
@@ -71,12 +70,11 @@
spin_lock_init(&timerlist_lock);
if (yes) {
oops_in_progress = 1;
-#ifdef CONFIG_SMP
- global_irq_lock = 0; /* Many serial drivers do __global_cli() */
-#endif
} else {
int loglevel_save = console_loglevel;
+#ifdef CONFIG_VT
unblank_screen();
+#endif
oops_in_progress = 0;
/*
* OK, the message is on the console. Now we call printk()
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)