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/summit/apic.h | |
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/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 | } |