summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/actables.h
diff options
context:
space:
mode:
authorBob Moore2010-04-07 05:05:11 +0200
committerLen Brown2010-04-20 16:43:16 +0200
commit43323cb4c4b619414913f54fef9d492aabadd033 (patch)
treef5b434b93688972995eeed01ec86260f24311925 /drivers/acpi/acpica/actables.h
parentACPICA: Add subsystem option to force copy of DSDT to local memory (diff)
downloadkernel-qcow2-linux-43323cb4c4b619414913f54fef9d492aabadd033.tar.gz
kernel-qcow2-linux-43323cb4c4b619414913f54fef9d492aabadd033.tar.xz
kernel-qcow2-linux-43323cb4c4b619414913f54fef9d492aabadd033.zip
ACPICA: Update DSDT copy/detection.
Move initialization of DSDT pointer. Emit address of DSDT in the dump of both table headers (good/bad DSDT). Now handles the case where the root table can be reallocated, which would invalidate the original pointer. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/actables.h')
-rw-r--r--drivers/acpi/acpica/actables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/actables.h b/drivers/acpi/acpica/actables.h
index b7197bf4af0b..62a576e34361 100644
--- a/drivers/acpi/acpica/actables.h
+++ b/drivers/acpi/acpica/actables.h
@@ -109,7 +109,7 @@ 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);
+struct acpi_table_header *acpi_tb_copy_dsdt(u32 table_index);
void
acpi_tb_install_table(acpi_physical_address address,