aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-generic/bigsmp.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-28 00:50:47 -0500
committerIngo Molnar <mingo@elte.hu>2009-01-28 17:20:22 -0500
commit72ce016583916fb7ffcbaa6a3e1f8f731b79a865 (patch)
treecd05f735f6b47278ecacebca6394dccf649c9f7e /arch/x86/mach-generic/bigsmp.c
parentd190cb87c4503014353f2310c4bfa2268fa7111d (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/mach-generic/bigsmp.c')
-rw-r--r--arch/x86/mach-generic/bigsmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mach-generic/bigsmp.c b/arch/x86/mach-generic/bigsmp.c
index f2a3418d0cc9..ad3837a59bd4 100644
--- a/arch/x86/mach-generic/bigsmp.c
+++ b/arch/x86/mach-generic/bigsmp.c
@@ -78,7 +78,7 @@ struct genapic apic_bigsmp = {
78 .init_apic_ldr = bigsmp_init_apic_ldr, 78 .init_apic_ldr = bigsmp_init_apic_ldr,
79 79
80 .ioapic_phys_id_map = bigsmp_ioapic_phys_id_map, 80 .ioapic_phys_id_map = bigsmp_ioapic_phys_id_map,
81 .setup_apic_routing = setup_apic_routing, 81 .setup_apic_routing = bigsmp_setup_apic_routing,
82 .multi_timer_check = multi_timer_check, 82 .multi_timer_check = multi_timer_check,
83 .apicid_to_node = apicid_to_node, 83 .apicid_to_node = apicid_to_node,
84 .cpu_to_logical_apicid = cpu_to_logical_apicid, 84 .cpu_to_logical_apicid = cpu_to_logical_apicid,