dect
/
linux-2.6
Archived
13
0
Fork 0

x86: fully honor "nolapic", fix

Impact: build fix

Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Ingo Molnar 2009-01-19 20:49:37 +01:00
parent 7890ba8c87
commit 5cdc5e9e69
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}