Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.13-ac8 /kernel/panic.c

Filename:/kernel/panic.c
Lines Added:4
Lines Deleted:0
Also changed in: (Previous) 2.4.13-ac7  2.4.13-ac6  2.4.13-ac5  2.4.13-ac4  2.4.13-ac3  2.4.13-ac1 
(Following) 2.4.19-pre1-ac2  2.4.19-pre1-ac3  2.4.19-pre2-ac2  2.4.19-pre2-ac3  2.4.19-pre2-ac4  2.4.19-pre3 

Location
[  2.4.13-ac8
  [  kernel
     o  panic.c

Patch

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla/kernel/panic.c linux.ac/kernel/panic.c
--- linux.vanilla/kernel/panic.c   Thu Oct 11 13:52:14 2001
+++ linux.ac/kernel/panic.c   Mon Oct 29 13:31:28 2001
@@ -96,6 +96,10 @@
 #endif
    sti();
    for(;;) {
+#if defined(__i386__) && defined(CONFIG_VT) 
+      extern void panic_blink(void);
+      panic_blink(); 
+#endif
       CHECK_EMERGENCY_SYNC
    }
 }


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.