diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-17 08:36:42 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-17 11:52:42 -0500 |
commit | 28aa29eeb3918f820b914679cfc4404972f2df32 (patch) | |
tree | fdab61ae7ee46424f8b60c1b668b136c2adfb4e4 /arch/x86/kernel | |
parent | 7d01d32d3b9becd6deba318b718db3d9fc181d23 (diff) |
remove: genapic prepare
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/probe_32.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/kernel/probe_32.c b/arch/x86/kernel/probe_32.c index 6e31b17d546d..b3d5d74e5229 100644 --- a/arch/x86/kernel/probe_32.c +++ b/arch/x86/kernel/probe_32.c | |||
@@ -53,6 +53,15 @@ int no_broadcast = DEFAULT_SEND_IPI; | |||
53 | 53 | ||
54 | #ifdef CONFIG_X86_LOCAL_APIC | 54 | #ifdef CONFIG_X86_LOCAL_APIC |
55 | 55 | ||
56 | void default_setup_apic_routing(void) | ||
57 | { | ||
58 | #ifdef CONFIG_X86_IO_APIC | ||
59 | printk(KERN_INFO | ||
60 | "Enabling APIC mode: Flat. Using %d I/O APICs\n", | ||
61 | nr_ioapics); | ||
62 | #endif | ||
63 | } | ||
64 | |||
56 | static void default_vector_allocation_domain(int cpu, struct cpumask *retmask) | 65 | static void default_vector_allocation_domain(int cpu, struct cpumask *retmask) |
57 | { | 66 | { |
58 | /* | 67 | /* |