]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: disable MPS when NO APIC-table found
authorLen Brown <len.brown@intel.com>
Tue, 23 Dec 2008 06:47:42 +0000 (01:47 -0500)
committerLen Brown <len.brown@intel.com>
Tue, 23 Dec 2008 06:47:42 +0000 (01:47 -0500)
commit7bfb5e2ea1e45d8c75f2e6a8e1e57879f6e1a54e
treeb90d287473c7a1d7e23981d13287523e219d6e5a
parent3baa3bd5cd9f70c594e32b65d91429af6323ffd6
ACPI: disable MPS when NO APIC-table found

When ACPI is asked to find an MADT (APIC table)
and fails, then ACPI expects to run in PIC mode.

However, if an MP Table is was found, IRQs will be
registered as if an IOAPIC is being used, even
though ACPI is configuring interrupt links links for PIC mode.

In this scenario, disable MPS so that IRQs
are registered in PIC mode, consistent with ACPI.

http://bugzilla.kernel.org/show_bug.cgi?id=12257

Signed-off-by: Len Brown <len.brown@intel.com>
arch/x86/kernel/acpi/boot.c