commit | edd965229669f8f8dfddec8c863250440fb65ab3 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Tue Sep 26 10:52:30 2006 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Sep 26 10:52:30 2006 +0200 |
tree | 29c1af6da44624c394a65e464c2e1d3b05545369 | |
parent | 606bd58de6542e847c51b1b6d83a4cd70a632fe7 [diff] |
[PATCH] Remove MPS table APIC renumbering The MPS table specification says that the operating system should renumber the IO-APICs following the table as needed. However in ACPI this is not allowed or neeeded and all x86-64 systems are ACPI compliant. The code was already disabled on some systems because it caused problems there. Remove it completely now. CC: mdomsch@dell.com Signed-off-by: Andi Kleen <ak@suse.de>