From: Jan Beulich Date: Fri, 6 Jan 2006 08:11:48 +0000 (-0800) Subject: [PATCH] i386: don't blindly enable interrupts in die() X-Git-Tag: v2.6.16-rc1~936^2~210 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e43d674f44dc885a2476cab3537e639d9eaa31a9;p=pandora-kernel.git [PATCH] i386: don't blindly enable interrupts in die() Rather than blindly re-enabling interrupts in die(), save their state upon entry and then restore that state. If the kernel is in really bad condition and faults with interrupts disabled, re-enabling them in die() may cause even more trouble, implying more chances of data corruption. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed