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 | 5257c5111ca21c8e857b65a79ab986b313e1c362 (patch) | |
tree | 0d48a9c4a0e295e24647818c21896941cef0286c /arch/x86/include/asm/mach-generic | |
parent | 3f57a318c36e1f24070a18df8c4971ca08d33142 (diff) |
x86, apic: clean up ->cpu_to_logical_apicid()
- 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 b585a8e5f816..2ea913e8e0d0 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 cpu_to_logical_apicid (apic->cpu_to_logical_apicid) | ||
7 | #define cpu_present_to_apicid (apic->cpu_present_to_apicid) | 6 | #define cpu_present_to_apicid (apic->cpu_present_to_apicid) |
8 | #define apicid_to_cpu_present (apic->apicid_to_cpu_present) | 7 | #define apicid_to_cpu_present (apic->apicid_to_cpu_present) |
9 | #define setup_portio_remap (apic->setup_portio_remap) | 8 | #define setup_portio_remap (apic->setup_portio_remap) |