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:23 -0500 |
commit | 3f57a318c36e1f24070a18df8c4971ca08d33142 (patch) | |
tree | 60e1564286a7e3ed22142cef97b8039548030827 /arch/x86/include/asm/bigsmp | |
parent | 33a201fac698a93d9d1ffa77030ba2ff38d1a3d1 (diff) |
x86, apic: clean up ->apicid_to_node()
- separate the namespace
- remove macros
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/bigsmp')
-rw-r--r-- | arch/x86/include/asm/bigsmp/apic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/bigsmp/apic.h b/arch/x86/include/asm/bigsmp/apic.h index df59298086c6..77f0b7348755 100644 --- a/arch/x86/include/asm/bigsmp/apic.h +++ b/arch/x86/include/asm/bigsmp/apic.h | |||
@@ -62,7 +62,7 @@ static inline void bigsmp_setup_apic_routing(void) | |||
62 | "Physflat", nr_ioapics); | 62 | "Physflat", nr_ioapics); |
63 | } | 63 | } |
64 | 64 | ||
65 | static inline int apicid_to_node(int logical_apicid) | 65 | static inline int bigsmp_apicid_to_node(int logical_apicid) |
66 | { | 66 | { |
67 | return apicid_2_node[hard_smp_processor_id()]; | 67 | return apicid_2_node[hard_smp_processor_id()]; |
68 | } | 68 | } |