patch-2.4.20 linux-2.4.20/kernel/panic.c

Next file: linux-2.4.20/kernel/pm.c
Previous file: linux-2.4.20/kernel/ksyms.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/kernel/panic.c linux-2.4.20/kernel/panic.c
@@ -96,7 +96,7 @@
 #endif
 	sti();
 	for(;;) {
-#if defined(__i386__) && defined(CONFIG_VT) 
+#if defined(CONFIG_X86) && defined(CONFIG_VT) 
 		extern void panic_blink(void);
 		panic_blink(); 
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)