]> git.baikalelectronics.ru Git - kernel.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)
commit64f2e6f1771a780d4600fde9e388eb507aea2c51
tree4a5c4e57a7929498e30e05cc2c81f20047a914b0
parenta6f7b5f6e148195c8ed8398d88e036cda9969fe7
[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