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
-  Lines: 9
-  Date:
Thu Nov 28 15:53:15 2002
-  Orig file: 
linux-2.4.19/kernel/panic.c
-  Orig date: 
Fri Aug  2 17:39:46 2002
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)