Blame SOURCES/ppc64le.patch

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