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

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