From: Thomas Renninger Date: Sun, 30 Sep 2012 22:23:55 +0000 (+0200) Subject: ACPI: Implement physical address table override X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~17^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2a35003dfbcc7b7a5e5c6e524e7d49ba66e0bb5;p=pandora-kernel.git ACPI: Implement physical address table override Previous patches stored ACPI tables provided via initrd in a memblock reserved area. If a table is loaded and the table type of an initrd provided one matches, the one from initrd is prefered. In case of a SSDT table, the OEM table id also has to match. ACPI tables can be loaded at boot time (static table pointers in XSDT), but also dynamically any time later via ASL commands load() or loadTable(). The override mechanism always works. Signed-off-by: Thomas Renninger Link: http://lkml.kernel.org/r/1349043837-22659-5-git-send-email-trenn@suse.de Cc: Len Brown Cc: Robert Moore Cc: Yinghai Lu Cc: Eric Piel Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed