aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/setup.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-02-11 11:27:39 +0100
committerIngo Molnar <mingo@elte.hu>2009-02-11 11:27:39 +0100
commit160d8dac12932ad6eb4a359b66521e2e3282ea7d (patch)
tree57aa576736c95c297fd340c169f614496e42cfad /arch/x86/kernel/setup.c
parentd5b5a232b2f2b6e64762308e90d47248dddfd72f (diff)
x86, apic: make generic_apic_probe() generally available
Impact: build fix Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r--arch/x86/kernel/setup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index 150e6d0a3b4..8fce6c71451 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -936,9 +936,7 @@ void __init setup_arch(char **cmdline_p)
map_vsyscall();
#endif
-#ifdef CONFIG_X86_32
generic_apic_probe();
-#endif
early_quirks();