From: Bob Moore Date: Tue, 14 Feb 2012 10:31:56 +0000 (+0800) Subject: ACPICA: Add acpi_os_physical_table_override interface X-Git-Tag: v3.4-rc1~18^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7b004a17c9183f023796dea0d70284684ec000d;p=pandora-kernel.git ACPICA: Add acpi_os_physical_table_override interface This interface allows the host to override a table via a physical address, instead of the logical address required by acpi_os_table_override. This simplifies the host implementation. Initial implementation by Thomas Renninger. ACPICA implementation creates a single function for table overrides that attempts both a logical and a physical override. Signed-off-by: Bob Moore Signed-off-by: Thomas Renninger Signed-off-by: Lin Ming Signed-off-by: Len Brown --- Reading git-diff-tree failed