diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-06-29 03:06:37 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 07:16:08 -0400 |
commit | 914bebfad42c417b84bda8920a3073d236007fde (patch) | |
tree | 03706ce29f8787bf069320db54f37a2e7f333308 /include/asm-x86/apic.h | |
parent | a04ad82d0bff4bb564f290eb50982e02458592d9 (diff) |
x86: use disable_apic in 32bit
change the enable_local_apic to static force_enable_local_apic for 32bit
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/apic.h')
-rw-r--r-- | include/asm-x86/apic.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-x86/apic.h b/include/asm-x86/apic.h index 6ae6ae68d4cd..a29807737d3d 100644 --- a/include/asm-x86/apic.h +++ b/include/asm-x86/apic.h | |||
@@ -40,11 +40,7 @@ extern int local_apic_timer_c2_ok; | |||
40 | 40 | ||
41 | extern int ioapic_force; | 41 | extern int ioapic_force; |
42 | 42 | ||
43 | #ifdef CONFIG_X86_64 | ||
44 | extern int disable_apic; | 43 | extern int disable_apic; |
45 | #else | ||
46 | extern int enable_local_apic; | ||
47 | #endif | ||
48 | /* | 44 | /* |
49 | * Basic functions accessing APICs. | 45 | * Basic functions accessing APICs. |
50 | */ | 46 | */ |