patch-2.3.24 linux/include/asm-i386/page.h

Next file: linux/include/asm-i386/pgtable-2level.h
Previous file: linux/include/asm-i386/io.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.23/linux/include/asm-i386/page.h linux/include/asm-i386/page.h
@@ -84,9 +84,7 @@
  * see^H^H^Hhear bugs in early bootup as well!
  */
 #define BUG() do { \
-	__asm__ __volatile__ ("movb $0x3,%al; outb %al,$0x61"); \
 	printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
-	console_loglevel = 0; \
 	__asm__ __volatile__(".byte 0x0f,0x0b"); \
 } while (0)
 

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