patch-2.1.31 linux/kernel/panic.c
Next file: linux/kernel/printk.c
Previous file: linux/kernel/module.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Mar 27 14:36:39 1997
- Orig file:
v2.1.30/linux/kernel/panic.c
- Orig date:
Thu Mar 27 14:40:12 1997
diff -u --recursive --new-file v2.1.30/linux/kernel/panic.c linux/kernel/panic.c
@@ -17,7 +17,7 @@
#include <linux/reboot.h>
asmlinkage void sys_sync(void); /* it's really int */
-extern void do_unblank_screen(void);
+extern void unblank_console(void);
extern int C_A_D;
int panic_timeout = 0;
@@ -43,7 +43,7 @@
else
sys_sync();
- do_unblank_screen();
+ unblank_console();
#ifdef __SMP__
smp_message_pass(MSG_ALL_BUT_SELF, MSG_STOP_CPU, 0, 0);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov