2019-11-23 23:16:51 +00:00
|
|
|
Index: acpica-unix-20191018/source/include/platform/aclinux.h
|
2017-08-11 23:14:55 +00:00
|
|
|
===================================================================
|
2019-11-23 23:16:51 +00:00
|
|
|
--- acpica-unix-20191018.orig/source/include/platform/aclinux.h
|
|
|
|
+++ acpica-unix-20191018/source/include/platform/aclinux.h
|
2019-05-11 00:40:20 +00:00
|
|
|
@@ -233,9 +233,11 @@
|
2017-01-30 22:46:31 +00:00
|
|
|
#define __cdecl
|
|
|
|
#endif
|
|
|
|
|
2017-08-19 00:28:34 +00:00
|
|
|
+#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
|
2017-01-30 22:46:31 +00:00
|
|
|
#if defined(__PPC64__) || defined(__s390x__)
|
|
|
|
#define ACPI_BIG_ENDIAN
|
|
|
|
#endif
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
#endif /* __KERNEL__ */
|
|
|
|
|