Hi,
20090423-1-cleanup-mptable-code.patch removes some duplicate code (see the function right below the one that is changed)
20090423-2-only-write-acpi-table-once.patch changes the behaviour of the ACPI generating code so it only writes at most one full ACPI table. In the cases where both HAVE_LOW_TABLES and HAVE_HIGH_TABLES are enabled, the table is written to high memory, and an RSDP is written to the low memory that points to the high mem one. All other cases should do exactly the same as before.
Both are Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Acked-by: Myles Watson mylesgw@gmail.com
Thanks, Myles