diff options
Diffstat (limited to 'arch/x86/include/asm/summit/apic.h')
-rw-r--r-- | arch/x86/include/asm/summit/apic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/summit/apic.h b/arch/x86/include/asm/summit/apic.h index fc1273691880..79c1a45f886b 100644 --- a/arch/x86/include/asm/summit/apic.h +++ b/arch/x86/include/asm/summit/apic.h | |||
@@ -105,13 +105,13 @@ static inline int summit_cpu_present_to_apicid(int mps_cpu) | |||
105 | } | 105 | } |
106 | 106 | ||
107 | static inline physid_mask_t | 107 | static inline physid_mask_t |
108 | summit_ioapic_phys_id_map(physid_mask_t phys_id_map) | 108 | summit_ioapic_phys_id_map(physid_mask_t phys_id_map) |
109 | { | 109 | { |
110 | /* For clustered we don't have a good way to do this yet - hack */ | 110 | /* For clustered we don't have a good way to do this yet - hack */ |
111 | return physids_promote(0x0F); | 111 | return physids_promote(0x0F); |
112 | } | 112 | } |
113 | 113 | ||
114 | static inline physid_mask_t apicid_to_cpu_present(int apicid) | 114 | static inline physid_mask_t summit_apicid_to_cpu_present(int apicid) |
115 | { | 115 | { |
116 | return physid_mask_of_physid(0); | 116 | return physid_mask_of_physid(0); |
117 | } | 117 | } |