From: Thomas Gleixner Date: Tue, 19 Oct 2010 17:46:28 +0000 (-0700) Subject: x86: Allow platforms to force enable apic X-Git-Tag: v2.6.38-rc1~458^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a7ae78fd478624df3059cb6f55056b85d074acc;p=pandora-kernel.git x86: Allow platforms to force enable apic Some embedded x86 platforms don't setup the APIC in the BIOS/bootloader and would be forced to add "lapic" on the kernel command line. That's a bit akward. Split out the force enable code from detect_init_APIC() and allow platform code to call it from the platform setup. That avoids the command line parameter and possible replication of the MSR dance in the force enable code. Signed-off-by: Thomas Gleixner LKML-Reference: <1287510389-8388-1-git-send-email-dirk.brandewie@gmail.com> Signed-off-by: Dirk Brandewie --- Reading git-diff-tree failed