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