From: Eric W. Biederman Date: Sat, 25 Jun 2005 21:57:41 +0000 (-0700) Subject: [PATCH] kexec: x86: local apic fix X-Git-Tag: v2.6.13-rc1~68^2~129 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9635b47d910223745258768418003580ef7dba17;p=pandora-kernel.git [PATCH] kexec: x86: local apic fix From: "Maciej W. Rozycki" 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 Signed-off-by: Eric Biederman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed