[PATCH] kexec: x86: local apic fix
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 25 Jun 2005 21:57:41 +0000 (14:57 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 23:24:46 +0000 (16:24 -0700)
commit9635b47d910223745258768418003580ef7dba17
treeb61adfddad3bf3069c9fa379b34805420b4ef85c
parent8f43d03fe2c4962c11d8227ac9505e590bad758b
[PATCH] kexec: x86: local apic fix

From: "Maciej W. Rozycki" <macro@linux-mips.org>

Fix a kexec problem whcih causes local APIC detection failure.

The problem is detect_init_APIC() is called early, before the command line
have been processed.  Therefore "lapic" (and "nolapic") have not been seen,
yet.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Eric Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/apic.c
arch/i386/kernel/setup.c
include/asm-i386/apic.h