ACPICA: Add subsystem option to force copy of DSDT to local memory

Optionally copy the entire DSDT to local memory (instead of
simply mapping it.) There are some BIOSs that corrupt or replace
the original DSDT, creating the need for this option. Default is
FALSE, do not copy the DSDT.

https://bugzilla.kernel.org/show_bug.cgi?id=14679

Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
此提交包含在:
Lin Ming
2010-04-01 11:14:12 +08:00
提交者 Len Brown
父節點 729df0f848
當前提交 69ec87efa8
共有 6 個檔案被更改,包括 57 行新增0 行删除

查看文件

@@ -109,6 +109,8 @@ acpi_tb_verify_checksum(struct acpi_table_header *table, u32 length);
void acpi_tb_check_dsdt_header(void);
void acpi_tb_copy_dsdt(struct acpi_table_desc *table_desc);
void
acpi_tb_install_table(acpi_physical_address address,
char *signature, u32 table_index);