ACPICA: Applications: Enable USE_NATIVE_ALLOCATE_ZEROED environment for all applications
ACPICA commit 56920e2093d612ac6338dd8eb0fa89231446198f We now safe to enable USE_NATIVE_ALLOCATE_ZEROED for all applications as there are implementations in oswinxf.c, osunixxf.c and osefixf.c. Lv Zheng. Link: https://github.com/acpica/acpica/commit/56920e20 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>
This commit is contained in:
committed by
Rafael J. Wysocki
parent
eba4ed2046
commit
556eae8bea
@@ -78,6 +78,7 @@
|
|||||||
(defined ACPI_EXAMPLE_APP)
|
(defined ACPI_EXAMPLE_APP)
|
||||||
#define ACPI_APPLICATION
|
#define ACPI_APPLICATION
|
||||||
#define ACPI_SINGLE_THREADED
|
#define ACPI_SINGLE_THREADED
|
||||||
|
#define USE_NATIVE_ALLOCATE_ZEROED
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* iASL configuration */
|
/* iASL configuration */
|
||||||
@@ -124,7 +125,6 @@
|
|||||||
|
|
||||||
#ifdef ACPI_DUMP_APP
|
#ifdef ACPI_DUMP_APP
|
||||||
#define ACPI_USE_NATIVE_MEMORY_MAPPING
|
#define ACPI_USE_NATIVE_MEMORY_MAPPING
|
||||||
#define USE_NATIVE_ALLOCATE_ZEROED
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* acpi_names/Example configuration. Hardware disabled */
|
/* acpi_names/Example configuration. Hardware disabled */
|
||||||
|
|||||||
Reference in New Issue
Block a user