summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
diff options
context:
space:
mode:
authorIngo Molnar2009-02-17 14:36:42 +0100
committerIngo Molnar2009-02-17 17:52:42 +0100
commit28aa29eeb3918f820b914679cfc4404972f2df32 (patch)
treefdab61ae7ee46424f8b60c1b668b136c2adfb4e4 /arch/x86/kernel
parentx86, apic: fix build fallout of genapic changes (diff)
downloadkernel-qcow2-linux-28aa29eeb3918f820b914679cfc4404972f2df32.tar.gz
kernel-qcow2-linux-28aa29eeb3918f820b914679cfc4404972f2df32.tar.xz
kernel-qcow2-linux-28aa29eeb3918f820b914679cfc4404972f2df32.zip
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.c9
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;
#ifdef CONFIG_X86_LOCAL_APIC
+void default_setup_apic_routing(void)
+{
+#ifdef CONFIG_X86_IO_APIC
+ printk(KERN_INFO
+ "Enabling APIC mode: Flat. Using %d I/O APICs\n",
+ nr_ioapics);
+#endif
+}
+
static void default_vector_allocation_domain(int cpu, struct cpumask *retmask)
{
/*