diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-28 00:50:47 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-28 17:20:22 -0500 |
commit | 72ce016583916fb7ffcbaa6a3e1f8f731b79a865 (patch) | |
tree | cd05f735f6b47278ecacebca6394dccf649c9f7e /arch/x86/include/asm/es7000 | |
parent | d190cb87c4503014353f2310c4bfa2268fa7111d (diff) |
x86, apic: clean up ->setup_apic_routing()
- separate the namespace
- remove macros
- remove namespace clash on 64-bit
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/es7000')
-rw-r--r-- | arch/x86/include/asm/es7000/apic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/es7000/apic.h b/arch/x86/include/asm/es7000/apic.h index db3e652f0f7d..f1183000a940 100644 --- a/arch/x86/include/asm/es7000/apic.h +++ b/arch/x86/include/asm/es7000/apic.h | |||
@@ -73,7 +73,7 @@ static inline void es7000_init_apic_ldr(void) | |||
73 | } | 73 | } |
74 | 74 | ||
75 | extern int apic_version [MAX_APICS]; | 75 | extern int apic_version [MAX_APICS]; |
76 | static inline void setup_apic_routing(void) | 76 | static inline void es7000_setup_apic_routing(void) |
77 | { | 77 | { |
78 | int apic = per_cpu(x86_bios_cpu_apicid, smp_processor_id()); | 78 | int apic = per_cpu(x86_bios_cpu_apicid, smp_processor_id()); |
79 | printk("Enabling APIC mode: %s. Using %d I/O APICs, target cpus %lx\n", | 79 | printk("Enabling APIC mode: %s. Using %d I/O APICs, target cpus %lx\n", |