diff options
Diffstat (limited to 'arch/x86/include/asm/numaq/apic.h')
-rw-r--r-- | arch/x86/include/asm/numaq/apic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/numaq/apic.h b/arch/x86/include/asm/numaq/apic.h index bc2c8a425c03..765c4d5124cb 100644 --- a/arch/x86/include/asm/numaq/apic.h +++ b/arch/x86/include/asm/numaq/apic.h | |||
@@ -113,7 +113,7 @@ static inline unsigned int cpu_mask_to_apicid_and(const struct cpumask *cpumask, | |||
113 | } | 113 | } |
114 | 114 | ||
115 | /* No NUMA-Q box has a HT CPU, but it can't hurt to use the default code. */ | 115 | /* No NUMA-Q box has a HT CPU, but it can't hurt to use the default code. */ |
116 | static inline int phys_pkg_id(int cpuid_apic, int index_msb) | 116 | static inline int numaq_phys_pkg_id(int cpuid_apic, int index_msb) |
117 | { | 117 | { |
118 | return cpuid_apic >> index_msb; | 118 | return cpuid_apic >> index_msb; |
119 | } | 119 | } |