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 | d190cb87c4503014353f2310c4bfa2268fa7111d (patch) | |
tree | c78b5fe53adfad99200c286897ba8883f8dfb5d1 /arch/x86/include/asm/mach-generic | |
parent | a5c4329622a3437adef4b2a4288d127957743c97 (diff) |
x86, apic: clean up ->ioapic_phys_id_map()
- separate the namespace
- remove macros
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/mach-generic')
-rw-r--r-- | arch/x86/include/asm/mach-generic/mach_apic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/mach-generic/mach_apic.h b/arch/x86/include/asm/mach-generic/mach_apic.h index 8e51f4163944..c1c96e6bb185 100644 --- a/arch/x86/include/asm/mach-generic/mach_apic.h +++ b/arch/x86/include/asm/mach-generic/mach_apic.h | |||
@@ -3,7 +3,6 @@ | |||
3 | 3 | ||
4 | #include <asm/genapic.h> | 4 | #include <asm/genapic.h> |
5 | 5 | ||
6 | #define ioapic_phys_id_map (apic->ioapic_phys_id_map) | ||
7 | #define setup_apic_routing (apic->setup_apic_routing) | 6 | #define setup_apic_routing (apic->setup_apic_routing) |
8 | #define multi_timer_check (apic->multi_timer_check) | 7 | #define multi_timer_check (apic->multi_timer_check) |
9 | #define apicid_to_node (apic->apicid_to_node) | 8 | #define apicid_to_node (apic->apicid_to_node) |