2017-08-11 23:14:55 +00:00
|
|
|
Index: acpica-unix2-20170629/source/include/platform/aclinux.h
|
|
|
|
===================================================================
|
|
|
|
--- acpica-unix2-20170629.orig/source/include/platform/aclinux.h
|
|
|
|
+++ acpica-unix2-20170629/source/include/platform/aclinux.h
|
|
|
|
@@ -224,9 +224,11 @@
|
2017-01-30 22:46:31 +00:00
|
|
|
#define __cdecl
|
|
|
|
#endif
|
|
|
|
|
2017-05-05 16:51:58 +00:00
|
|
|
+#if defined(__BIG_ENDIAN__)
|
2017-01-30 22:46:31 +00:00
|
|
|
#if defined(__PPC64__) || defined(__s390x__)
|
|
|
|
#define ACPI_BIG_ENDIAN
|
|
|
|
#endif
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
#endif /* __KERNEL__ */
|
|
|
|
|