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:24 -0500 |
commit | 8058714a41afc4c983acb274b1adf7bd3cfe7f6e (patch) | |
tree | cd600b0c20d797a989a3ee46b1a0ed8f50c5277c /arch/x86/include/asm/mach-default | |
parent | a21769a4461801454930a06bc18bd8249cd9e993 (diff) |
x86, apic: clean up ->apicid_to_cpu_present()
- separate the namespace
- remove macros
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/mach-default')
-rw-r--r-- | arch/x86/include/asm/mach-default/mach_apic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/mach-default/mach_apic.h b/arch/x86/include/asm/mach-default/mach_apic.h index 15d5627a9d6f..22683e5b82be 100644 --- a/arch/x86/include/asm/mach-default/mach_apic.h +++ b/arch/x86/include/asm/mach-default/mach_apic.h | |||
@@ -127,7 +127,7 @@ static inline int default_cpu_present_to_apicid(int mps_cpu) | |||
127 | extern int default_cpu_present_to_apicid(int mps_cpu); | 127 | extern int default_cpu_present_to_apicid(int mps_cpu); |
128 | #endif | 128 | #endif |
129 | 129 | ||
130 | static inline physid_mask_t apicid_to_cpu_present(int phys_apicid) | 130 | static inline physid_mask_t default_apicid_to_cpu_present(int phys_apicid) |
131 | { | 131 | { |
132 | return physid_mask_of_physid(phys_apicid); | 132 | return physid_mask_of_physid(phys_apicid); |
133 | } | 133 | } |