diff options
Diffstat (limited to 'arch/x86/include/asm/mach-default/mach_apic.h')
-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 | } |