diff options
author | Lv Zheng <lv.zheng@intel.com> | 2014-07-08 10:07:33 +0800 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-07-08 14:22:27 +0200 |
commit | fbee6b21a3820a55ec36a2aceb138f3973a955ac (patch) | |
tree | ff0c7ecf0730d9e408cdd9ac1d1dc5fae620da8b /include/acpi/platform | |
parent | a92e95773d8e2cd58124aea147cb833f33f1e196 (diff) | |
download | op-kernel-dev-fbee6b21a3820a55ec36a2aceb138f3973a955ac.zip op-kernel-dev-fbee6b21a3820a55ec36a2aceb138f3973a955ac.tar.gz |
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 4390ebd..5f8cc1f 100644 --- a/include/acpi/platform/acenv.h +++ b/include/acpi/platform/acenv.h @@ -126,6 +126,7 @@ #ifdef ACPI_DUMP_APP #define ACPI_USE_NATIVE_MEMORY_MAPPING +#define USE_NATIVE_ALLOCATE_ZEROED #endif /* acpi_names/Example configuration. Hardware disabled */ |