diff options
Diffstat (limited to 'include/asm-i386/mach-es7000')
-rw-r--r-- | include/asm-i386/mach-es7000/mach_apic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/mach-es7000/mach_apic.h b/include/asm-i386/mach-es7000/mach_apic.h index 26333685a7fb..8e8b3949173a 100644 --- a/include/asm-i386/mach-es7000/mach_apic.h +++ b/include/asm-i386/mach-es7000/mach_apic.h | |||
@@ -81,7 +81,7 @@ static inline void enable_apic_mode(void) | |||
81 | } | 81 | } |
82 | 82 | ||
83 | extern int apic_version [MAX_APICS]; | 83 | extern int apic_version [MAX_APICS]; |
84 | static inline void clustered_apic_check(void) | 84 | static inline void setup_apic_routing(void) |
85 | { | 85 | { |
86 | int apic = bios_cpu_apicid[smp_processor_id()]; | 86 | int apic = bios_cpu_apicid[smp_processor_id()]; |
87 | printk("Enabling APIC mode: %s. Using %d I/O APICs, target cpus %lx\n", | 87 | printk("Enabling APIC mode: %s. Using %d I/O APICs, target cpus %lx\n", |