diff options
author | Lv Zheng <lv.zheng@intel.com> | 2014-07-07 22:07:33 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-07-08 08:22:27 -0400 |
commit | fbee6b21a3820a55ec36a2aceb138f3973a955ac (patch) | |
tree | ff0c7ecf0730d9e408cdd9ac1d1dc5fae620da8b /include/acpi/platform | |
parent | a92e95773d8e2cd58124aea147cb833f33f1e196 (diff) |
ACPICA: acpidump: Add memory/string OSL usage to improve portability
This patch adds code to use generic OSL for acpidump to improve the
portability of this tool. Lv Zheng.
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi/platform')
-rw-r--r-- | include/acpi/platform/acenv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/platform/acenv.h b/include/acpi/platform/acenv.h index 4390ebd99fda..5f8cc1fa3278 100644 --- a/include/acpi/platform/acenv.h +++ b/include/acpi/platform/acenv.h | |||
@@ -126,6 +126,7 @@ | |||
126 | 126 | ||
127 | #ifdef ACPI_DUMP_APP | 127 | #ifdef ACPI_DUMP_APP |
128 | #define ACPI_USE_NATIVE_MEMORY_MAPPING | 128 | #define ACPI_USE_NATIVE_MEMORY_MAPPING |
129 | #define USE_NATIVE_ALLOCATE_ZEROED | ||
129 | #endif | 130 | #endif |
130 | 131 | ||
131 | /* acpi_names/Example configuration. Hardware disabled */ | 132 | /* acpi_names/Example configuration. Hardware disabled */ |