diff options
author | Len Brown <len.brown@intel.com> | 2009-09-19 00:11:26 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-09-19 00:11:26 -0400 |
commit | c602c65b2f81d14456771d1e3f15d1381f4b7efa (patch) | |
tree | f1f833c8dd6c1519eeb101be32f7fe54a9605af5 /arch/x86/kernel/acpi/boot.c | |
parent | 3834f47291df475be3f0f0fb7ccaa098967cc054 (diff) | |
parent | 78f28b7c555359c67c2a0d23f7436e915329421e (diff) |
Merge branch 'linus' into sfi-release
Conflicts:
arch/x86/kernel/setup.c
drivers/acpi/power.c
init/main.c
Signed-off-by: Len Brown <len.brown@intel.com>
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; |