diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-06-29 07:06:37 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 11:16:08 (GMT) |
commit | 914bebfad42c417b84bda8920a3073d236007fde (patch) | |
tree | 03706ce29f8787bf069320db54f37a2e7f333308 /include/asm-x86 | |
parent | a04ad82d0bff4bb564f290eb50982e02458592d9 (diff) | |
download | linux-fsl-qoriq-914bebfad42c417b84bda8920a3073d236007fde.tar.xz |
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')
-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 6ae6ae6..a298077 100644 --- a/include/asm-x86/apic.h +++ b/include/asm-x86/apic.h @@ -40,11 +40,7 @@ extern int local_apic_timer_c2_ok; extern int ioapic_force; -#ifdef CONFIG_X86_64 extern int disable_apic; -#else -extern int enable_local_apic; -#endif /* * Basic functions accessing APICs. */ |