summaryrefslogtreecommitdiff
path: root/include/asm-x86/apic.h
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel@gmail.com>2008-06-29 07:06:37 (GMT)
committerIngo Molnar <mingo@elte.hu>2008-07-08 11:16:08 (GMT)
commit914bebfad42c417b84bda8920a3073d236007fde (patch)
tree03706ce29f8787bf069320db54f37a2e7f333308 /include/asm-x86/apic.h
parenta04ad82d0bff4bb564f290eb50982e02458592d9 (diff)
downloadlinux-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/apic.h')
-rw-r--r--include/asm-x86/apic.h4
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.
*/