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:21 -0500 |
commit | a5c4329622a3437adef4b2a4288d127957743c97 (patch) | |
tree | 9eca2d48aba0da0265976b98e3e4122a3d93bc86 /arch/x86/mach-generic/es7000.c | |
parent | e2d40b1878bd13ca1028ddd299c48e4821ac3535 (diff) |
x86, apic: clean up ->init_apic_ldr()
- separate the namespace
- remove macros
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mach-generic/es7000.c')
-rw-r--r-- | arch/x86/mach-generic/es7000.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/mach-generic/es7000.c b/arch/x86/mach-generic/es7000.c index bc1f21cd6a4d..b70833e35976 100644 --- a/arch/x86/mach-generic/es7000.c +++ b/arch/x86/mach-generic/es7000.c | |||
@@ -24,7 +24,7 @@ void __init es7000_update_genapic_to_cluster(void) | |||
24 | apic->irq_delivery_mode = INT_DELIVERY_MODE_CLUSTER; | 24 | apic->irq_delivery_mode = INT_DELIVERY_MODE_CLUSTER; |
25 | apic->irq_dest_mode = INT_DEST_MODE_CLUSTER; | 25 | apic->irq_dest_mode = INT_DEST_MODE_CLUSTER; |
26 | 26 | ||
27 | apic->init_apic_ldr = init_apic_ldr_cluster; | 27 | apic->init_apic_ldr = es7000_init_apic_ldr_cluster; |
28 | 28 | ||
29 | apic->cpu_mask_to_apicid = cpu_mask_to_apicid_cluster; | 29 | apic->cpu_mask_to_apicid = cpu_mask_to_apicid_cluster; |
30 | } | 30 | } |
@@ -117,7 +117,7 @@ struct genapic apic_es7000 = { | |||
117 | .check_apicid_present = es7000_check_apicid_present, | 117 | .check_apicid_present = es7000_check_apicid_present, |
118 | 118 | ||
119 | .vector_allocation_domain = es7000_vector_allocation_domain, | 119 | .vector_allocation_domain = es7000_vector_allocation_domain, |
120 | .init_apic_ldr = init_apic_ldr, | 120 | .init_apic_ldr = es7000_init_apic_ldr, |
121 | 121 | ||
122 | .ioapic_phys_id_map = ioapic_phys_id_map, | 122 | .ioapic_phys_id_map = ioapic_phys_id_map, |
123 | .setup_apic_routing = setup_apic_routing, | 123 | .setup_apic_routing = setup_apic_routing, |