Fix stupid typo in ppc64le.patch
Signed-off-by: Al Stone <ahs3@redhat.com>
This commit is contained in:
parent
10e64345c6
commit
3c1be00835
@ -6,7 +6,7 @@ Index: acpica-unix2-20170728/source/include/platform/aclinux.h
|
||||
#define __cdecl
|
||||
#endif
|
||||
|
||||
+#if __BYTE_ORDER__ __ORDER_BIG_ENDIAN__
|
||||
+#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
|
||||
#if defined(__PPC64__) || defined(__s390x__)
|
||||
#define ACPI_BIG_ENDIAN
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user