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/es7000 | |
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/es7000')
-rw-r--r-- | arch/x86/include/asm/es7000/apic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/es7000/apic.h b/arch/x86/include/asm/es7000/apic.h index 847008a77029..06f5757bf7af 100644 --- a/arch/x86/include/asm/es7000/apic.h +++ b/arch/x86/include/asm/es7000/apic.h | |||
@@ -52,7 +52,7 @@ static inline unsigned long calculate_ldr(int cpu) | |||
52 | * an APIC. See e.g. "AP-388 82489DX User's Manual" (Intel | 52 | * an APIC. See e.g. "AP-388 82489DX User's Manual" (Intel |
53 | * document number 292116). So here it goes... | 53 | * document number 292116). So here it goes... |
54 | */ | 54 | */ |
55 | static inline void init_apic_ldr_cluster(void) | 55 | static inline void es7000_init_apic_ldr_cluster(void) |
56 | { | 56 | { |
57 | unsigned long val; | 57 | unsigned long val; |
58 | int cpu = smp_processor_id(); | 58 | int cpu = smp_processor_id(); |
@@ -62,7 +62,7 @@ static inline void init_apic_ldr_cluster(void) | |||
62 | apic_write(APIC_LDR, val); | 62 | apic_write(APIC_LDR, val); |
63 | } | 63 | } |
64 | 64 | ||
65 | static inline void init_apic_ldr(void) | 65 | static inline void es7000_init_apic_ldr(void) |
66 | { | 66 | { |
67 | unsigned long val; | 67 | unsigned long val; |
68 | int cpu = smp_processor_id(); | 68 | int cpu = smp_processor_id(); |