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 7e62d1eb8e30..67e929b89875 100644 --- a/arch/x86/kernel/acpi/boot.c +++ b/arch/x86/kernel/acpi/boot.c | |||
@@ -1079,9 +1079,8 @@ static int __init acpi_parse_madt_ioapic_entries(void) | |||
1079 | * If MPS is present, it will handle them, | 1079 | * If MPS is present, it will handle them, |
1080 | * otherwise the system will stay in PIC mode | 1080 | * otherwise the system will stay in PIC mode |
1081 | */ | 1081 | */ |
1082 | if (acpi_disabled || acpi_noirq) { | 1082 | if (acpi_disabled || acpi_noirq) |
1083 | return -ENODEV; | 1083 | return -ENODEV; |
1084 | } | ||
1085 | 1084 | ||
1086 | if (!cpu_has_apic) | 1085 | if (!cpu_has_apic) |
1087 | return -ENODEV; | 1086 | return -ENODEV; |