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:21 -0500 |
commit | d190cb87c4503014353f2310c4bfa2268fa7111d (patch) | |
tree | c78b5fe53adfad99200c286897ba8883f8dfb5d1 /arch/x86/include/asm/summit | |
parent | a5c4329622a3437adef4b2a4288d127957743c97 (diff) |
x86, apic: clean up ->ioapic_phys_id_map()
- separate the namespace
- remove macros
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/summit')
-rw-r--r-- | arch/x86/include/asm/summit/apic.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/include/asm/summit/apic.h b/arch/x86/include/asm/summit/apic.h index 9108c89fe88..4dafb58f930 100644 --- a/arch/x86/include/asm/summit/apic.h +++ b/arch/x86/include/asm/summit/apic.h | |||
@@ -109,7 +109,8 @@ static inline int cpu_present_to_apicid(int mps_cpu) | |||
109 | return BAD_APICID; | 109 | return BAD_APICID; |
110 | } | 110 | } |
111 | 111 | ||
112 | static inline physid_mask_t ioapic_phys_id_map(physid_mask_t phys_id_map) | 112 | static inline physid_mask_t |
113 | summit_ioapic_phys_id_map(physid_mask_t phys_id_map) | ||
113 | { | 114 | { |
114 | /* For clustered we don't have a good way to do this yet - hack */ | 115 | /* For clustered we don't have a good way to do this yet - hack */ |
115 | return physids_promote(0x0F); | 116 | return physids_promote(0x0F); |