diff options
author | Lv Zheng <lv.zheng@intel.com> | 2014-04-04 00:39:18 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-04-20 16:59:39 -0400 |
commit | caf4a15c5f930aae41951b4916289e3e59dda8eb (patch) | |
tree | e7906f367abc62597b0075af93306571d362598c /include/acpi | |
parent | a94e88cdd8057fe8ea84bbb6d9a89a823c7bc49b (diff) |
ACPICA: Tables: Add acpi_install_table() API for early table installation.
This patch adds a new API - acpi_install_table(). OSPMs can use this API
to install tables during early boot stage. Lv Zheng.
References: https://lkml.org/lkml/2014/2/28/372
Cc: Thomas Renninger <trenn@suse.de>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
[rjw: Subject]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acpixf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index 2280c190536d..8dc934073620 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h | |||
@@ -164,6 +164,9 @@ acpi_decode_pld_buffer(u8 *in_buffer, | |||
164 | /* | 164 | /* |
165 | * ACPI table load/unload interfaces | 165 | * ACPI table load/unload interfaces |
166 | */ | 166 | */ |
167 | acpi_status __init | ||
168 | acpi_install_table(acpi_physical_address address, u8 physical); | ||
169 | |||
167 | acpi_status acpi_load_table(struct acpi_table_header *table); | 170 | acpi_status acpi_load_table(struct acpi_table_header *table); |
168 | 171 | ||
169 | acpi_status acpi_unload_parent_table(acpi_handle object); | 172 | acpi_status acpi_unload_parent_table(acpi_handle object); |