]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] i386 kexec-on-panic: Don't shutdown the apics.
authorEric W. Biederman <ebiederm@xmission.com>
Sun, 30 Oct 2005 22:59:42 +0000 (14:59 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:13 +0000 (17:37 -0800)
commit3d1675b41b02d64bd1185903ea0d25a8c0bb6dea
tree4a5c4e57a7929498e30e05cc2c81f20047a914b0
parentf2b36db692b7ff6972320ad9839ae656a3b0ee3e
[PATCH] i386 kexec-on-panic: Don't shutdown the apics.

It is dangerous to shutdown the apics in machine_crash_shutdown.

With my previous patch to initialize apics in init_IRQ we should be able to
boot a kernel without this.  As long as we reinitialize the APICs we don't
care what state they were in during bootup.

This should make machine_crash_shutdown noticeably more reliable.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/crash.c