]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86_64: Don't enable interrupt unconditionally in reboot path
authorAndi Kleen <ak@suse.de>
Sat, 5 Nov 2005 16:25:54 +0000 (17:25 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 15 Nov 2005 03:55:16 +0000 (19:55 -0800)
commit6b102874113cd8d52e3d9aad1721f643e0a6d34a
tree76306c140f9a4bec3b3f429467a7dee32c810859
parenta90ebcd947ea508ac2c4daa3e5c5618e206c2118
[PATCH] x86_64: Don't enable interrupt unconditionally in reboot path

When they were disabled before (e.g. after a panic) it's better
to keep them off, otherwise followon panics can happen from timer
interrupt handlers etc.

Drawback is that pageup in the console won't work anymore though.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/reboot.c
arch/x86_64/kernel/smp.c