From: Jan Beulich Date: Wed, 9 Feb 2011 08:21:02 +0000 (+0000) Subject: x86: Fix section mismatch in LAPIC initialization X-Git-Tag: v2.6.38-rc5~11^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fb270f3212a1e6a73f86f76c85caee93aae4386;p=pandora-kernel.git x86: Fix section mismatch in LAPIC initialization Additionally doing things conditionally upon smp_processor_id() being zero is generally a bad idea, as this means CPU 0 cannot be offlined and brought back online later again. While there may be other places where this is done, I think adding more of those should be avoided so that some day SMP can really become "symmetrical". Signed-off-by: Jan Beulich Cc: Cyrill Gorcunov LKML-Reference: <4D525C7E0200007800030EE1@vpn.id2.novell.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed