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>
This commit is contained in:
Yinghai Lu
2008-06-29 00:06:37 -07:00
committed by Ingo Molnar
parent a04ad82d0b
commit 914bebfad4
3 changed files with 8 additions and 15 deletions

View File

@@ -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.
*/