diff options
Diffstat (limited to 'arch/x86/kernel/acpi/boot.c')
-rw-r--r-- | arch/x86/kernel/acpi/boot.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c index 6b8ca3a0285d..ce31c1af854f 100644 --- a/arch/x86/kernel/acpi/boot.c +++ b/arch/x86/kernel/acpi/boot.c | |||
@@ -1179,9 +1179,8 @@ static int __init acpi_parse_madt_ioapic_entries(void) | |||
1179 | * If MPS is present, it will handle them, | 1179 | * If MPS is present, it will handle them, |
1180 | * otherwise the system will stay in PIC mode | 1180 | * otherwise the system will stay in PIC mode |
1181 | */ | 1181 | */ |
1182 | if (acpi_disabled || acpi_noirq) { | 1182 | if (acpi_disabled || acpi_noirq) |
1183 | return -ENODEV; | 1183 | return -ENODEV; |
1184 | } | ||
1185 | 1184 | ||
1186 | if (!cpu_has_apic) | 1185 | if (!cpu_has_apic) |
1187 | return -ENODEV; | 1186 | return -ENODEV; |