Skip to content

Commit

Permalink
x86: fully honor "nolapic", fix
Browse files Browse the repository at this point in the history
Impact: build fix

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Jan 19, 2009
1 parent 7890ba8 commit 5cdc5e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/x86/kernel/apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 5cdc5e9

Please sign in to comment.