[parisc-linux-cvs] linux-2.5 rbrad

Ryan Bradetich parisc-linux@lists.parisc-linux.org
Fri, 1 Nov 2002 20:00:29 -0700 (MST)


CVSROOT:	/var/cvs
Module name:	linux-2.5
Changes by:	rbrad	02/11/01 20:00:29

Modified files:
	.              : Makefile 
	arch/parisc/kernel: traps.c 

Log message:
Reverted Grant's plug the "no interrupts while handling a trap" hole.

This patch caused the following BUG() on the C200 32-bit kernel.

kernel BUG at fs/buffer.c:1251!
kernel BUG at fs/buffer.c:1251!
kernel BUG at fs/buffer.c:1251!
kernel BUG at fs/buffer.c:1251!
kernel BUG at fs/buffer.c:1251!

This message was repeated 100+ times during the boot sequence.

These messages started appearing right after the Freeing unused kernel
memory message.

- Ryan