projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eba4ed2
)
ACPICA: Applications: Enable USE_NATIVE_ALLOCATE_ZEROED environment for all applications
author
Lv Zheng
<
[email protected]
>
Thu, 4 Aug 2016 08:44:24 +0000
(16:44 +0800)
committer
Rafael J. Wysocki
<
[email protected]
>
Sat, 13 Aug 2016 01:09:34 +0000
(
03:09
+0200)
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 <
[email protected]
>
Signed-off-by: Bob Moore <
[email protected]
>
Signed-off-by: Rafael J. Wysocki <
[email protected]
>
include/acpi/platform/acenv.h
patch
|
blob
|
history
diff --git
a/include/acpi/platform/acenv.h
b/include/acpi/platform/acenv.h
index ed959e5a895593ca8bb065f367f18085970de798..50ae2d6900e623fc3443c3ad9cec63584a31e922 100644
(file)
--- a/
include/acpi/platform/acenv.h
+++ b/
include/acpi/platform/acenv.h
@@
-78,6
+78,7
@@
(defined ACPI_EXAMPLE_APP)
#define ACPI_APPLICATION
#define ACPI_SINGLE_THREADED
+#define USE_NATIVE_ALLOCATE_ZEROED
#endif
/* iASL configuration */
@@
-124,7
+125,6
@@
#ifdef ACPI_DUMP_APP
#define ACPI_USE_NATIVE_MEMORY_MAPPING
-#define USE_NATIVE_ALLOCATE_ZEROED
#endif
/* acpi_names/Example configuration. Hardware disabled */