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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user