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:23 -0500 |
commit | 3f57a318c36e1f24070a18df8c4971ca08d33142 (patch) | |
tree | 60e1564286a7e3ed22142cef97b8039548030827 /arch/x86/mach-generic/es7000.c | |
parent | 33a201fac698a93d9d1ffa77030ba2ff38d1a3d1 (diff) |
x86, apic: clean up ->apicid_to_node()
- 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mach-generic/es7000.c b/arch/x86/mach-generic/es7000.c index 0be59a51df2f..933f2a385990 100644 --- a/arch/x86/mach-generic/es7000.c +++ b/arch/x86/mach-generic/es7000.c | |||
@@ -122,7 +122,7 @@ struct genapic apic_es7000 = { | |||
122 | .ioapic_phys_id_map = es7000_ioapic_phys_id_map, | 122 | .ioapic_phys_id_map = es7000_ioapic_phys_id_map, |
123 | .setup_apic_routing = es7000_setup_apic_routing, | 123 | .setup_apic_routing = es7000_setup_apic_routing, |
124 | .multi_timer_check = NULL, | 124 | .multi_timer_check = NULL, |
125 | .apicid_to_node = apicid_to_node, | 125 | .apicid_to_node = es7000_apicid_to_node, |
126 | .cpu_to_logical_apicid = cpu_to_logical_apicid, | 126 | .cpu_to_logical_apicid = cpu_to_logical_apicid, |
127 | .cpu_present_to_apicid = cpu_present_to_apicid, | 127 | .cpu_present_to_apicid = cpu_present_to_apicid, |
128 | .apicid_to_cpu_present = apicid_to_cpu_present, | 128 | .apicid_to_cpu_present = apicid_to_cpu_present, |