Skip to content

Commit

Permalink
Applications: Enable USE_NATIVE_ALLOCATE_ZEROED environment for all a…
Browse files Browse the repository at this point in the history
…pplications

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.

Signed-off-by: Lv Zheng <lv.zheng@intel.com>
  • Loading branch information
Lv Zheng committed Jul 22, 2016
1 parent 080f99d commit 56920e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/include/platform/acenv.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
(defined ACPI_EXAMPLE_APP)
#define ACPI_APPLICATION
#define ACPI_SINGLE_THREADED
#define USE_NATIVE_ALLOCATE_ZEROED
#endif

/* iASL configuration */
Expand Down Expand Up @@ -197,7 +198,6 @@

#ifdef ACPI_DUMP_APP
#define ACPI_USE_NATIVE_MEMORY_MAPPING
#define USE_NATIVE_ALLOCATE_ZEROED
#endif

/* AcpiNames/Example configuration. Hardware disabled */
Expand Down

0 comments on commit 56920e2

Please sign in to comment.