]> git.pld-linux.org Git - packages/acpica.git/blame - ppc64le.patch
- updated to 20200430
[packages/acpica.git] / ppc64le.patch
CommitLineData
70586bb3 1Index: acpica-unix-20191213/source/include/platform/aclinux.h
25d7dd99 2===================================================================
70586bb3
JB
3--- acpica-unix-20191213.orig/source/include/platform/aclinux.h
4+++ acpica-unix-20191213/source/include/platform/aclinux.h
5@@ -233,9 +233,11 @@
77760c90
JB
6 #define __cdecl
7 #endif
8
25d7dd99 9+#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
77760c90
JB
10 #if defined(__PPC64__) || defined(__s390x__)
11 #define ACPI_BIG_ENDIAN
12 #endif
13+#endif
14
15 #endif /* __KERNEL__ */
16
This page took 0.046485 seconds and 4 git commands to generate.