Blame SOURCES/ppc64le.patch

0fb27e
Index: acpica-unix2-20180313/source/include/platform/aclinux.h
0fb27e
===================================================================
0fb27e
--- acpica-unix2-20180313.orig/source/include/platform/aclinux.h
0fb27e
+++ acpica-unix2-20180313/source/include/platform/aclinux.h
0fb27e
@@ -228,9 +228,11 @@
0fb27e
 #define __cdecl
0fb27e
 #endif
0fb27e
 
0fb27e
+#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
0fb27e
 #if defined(__PPC64__) || defined(__s390x__)
0fb27e
 #define ACPI_BIG_ENDIAN
0fb27e
 #endif
0fb27e
+#endif
0fb27e
 
0fb27e
 #endif /* __KERNEL__ */
0fb27e