mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 09:01:36 -04:00
x86: fully honor "nolapic", fix
Impact: build fix Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -1131,7 +1131,9 @@ void __cpuinit setup_local_APIC(void)
|
||||
int i, j;
|
||||
|
||||
if (disable_apic) {
|
||||
#ifdef CONFIG_X86_IO_APIC
|
||||
disable_ioapic_setup();
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user