From: Thomas Gleixner Date: Thu, 15 Jan 2015 21:22:40 +0000 (+0000) Subject: x86/smpboot: Move apic init code to apic.c X-Git-Tag: fixes-v4.0-rc1~177^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05f7e46d2aac359b6bcfc06b302bdd03ca0bcada;p=pandora-kernel.git x86/smpboot: Move apic init code to apic.c We better provide proper functions which implement the required code flow in the apic code rather than letting the smpboot code open code it. That allows to make more functions static and confines the APIC functionality to apic.c where it belongs. Signed-off-by: Thomas Gleixner Acked-by: Borislav Petkov Cc: Jiang Liu Cc: Joerg Roedel Cc: Tony Luck Link: http://lkml.kernel.org/r/20150115211703.907616730@linutronix.de Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed