acpica-tools/ppc64le.patch
Al Stone 9ce02383aa Update to 20180313 sources and refresh patches.
Signed-off-by: Al Stone <ahs3@redhat.com>
2018-05-14 12:57:53 -06:00

17 lines
464 B
Diff

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