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 | a5c4329622a3437adef4b2a4288d127957743c97 (patch) | |
tree | 9eca2d48aba0da0265976b98e3e4122a3d93bc86 /arch/x86/include/asm/bigsmp | |
parent | e2d40b1878bd13ca1028ddd299c48e4821ac3535 (diff) |
x86, apic: clean up ->init_apic_ldr()
- 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 916451252b3a..819413082999 100644 --- a/arch/x86/include/asm/bigsmp/apic.h +++ b/arch/x86/include/asm/bigsmp/apic.h | |||
@@ -46,7 +46,7 @@ static inline unsigned long calculate_ldr(int cpu) | |||
46 | * an APIC. See e.g. "AP-388 82489DX User's Manual" (Intel | 46 | * an APIC. See e.g. "AP-388 82489DX User's Manual" (Intel |
47 | * document number 292116). So here it goes... | 47 | * document number 292116). So here it goes... |
48 | */ | 48 | */ |
49 | static inline void init_apic_ldr(void) | 49 | static inline void bigsmp_init_apic_ldr(void) |
50 | { | 50 | { |
51 | unsigned long val; | 51 | unsigned long val; |
52 | int cpu = smp_processor_id(); | 52 | int cpu = smp_processor_id(); |