Commit 5cdc5e9e authored by Ingo Molnar's avatar Ingo Molnar

x86: fully honor "nolapic", fix

Impact: build fix
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 7890ba8c
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment