]> git.pld-linux.org Git - packages/acpica.git/blob - ppc64le.patch
- updated to 20170303 with current Fedora patches
[packages/acpica.git] / ppc64le.patch
1 diff -Naur acpica-unix2-20170119.orig/source/include/platform/aclinux.h acpica-unix2-20170119/source/include/platform/aclinux.h
2 --- acpica-unix2-20170119.orig/source/include/platform/aclinux.h        2017-01-30 15:38:53.465753721 -0700
3 +++ acpica-unix2-20170119/source/include/platform/aclinux.h     2017-01-30 15:42:55.911358257 -0700
4 @@ -219,9 +219,11 @@
5  #define __cdecl
6  #endif
7  
8 +#if defined(__BIG_ENDIAN__)
9  #if defined(__PPC64__) || defined(__s390x__)
10  #define ACPI_BIG_ENDIAN
11  #endif
12 +#endif
13  
14  #endif /* __KERNEL__ */
15  
This page took 0.081425 seconds and 4 git commands to generate.