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/kernel/apic.c | |
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/kernel/apic.c')
-rw-r--r-- | arch/x86/kernel/apic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic.c b/arch/x86/kernel/apic.c index 3853ed76c888..b7077936ac09 100644 --- a/arch/x86/kernel/apic.c +++ b/arch/x86/kernel/apic.c | |||
@@ -1179,7 +1179,7 @@ void __cpuinit setup_local_APIC(void) | |||
1179 | * an APIC. See e.g. "AP-388 82489DX User's Manual" (Intel | 1179 | * an APIC. See e.g. "AP-388 82489DX User's Manual" (Intel |
1180 | * document number 292116). So here it goes... | 1180 | * document number 292116). So here it goes... |
1181 | */ | 1181 | */ |
1182 | init_apic_ldr(); | 1182 | apic->init_apic_ldr(); |
1183 | 1183 | ||
1184 | /* | 1184 | /* |
1185 | * Set Task Priority to 'accept all'. We never change this | 1185 | * Set Task Priority to 'accept all'. We never change this |