From 3c1be008357e72d46b619701cc4610a7b8889f46 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Aug 19 2017 00:28:34 +0000 Subject: Fix stupid typo in ppc64le.patch Signed-off-by: Al Stone --- diff --git a/ppc64le.patch b/ppc64le.patch index af03da5..0567ee4 100644 --- a/ppc64le.patch +++ b/ppc64le.patch @@ -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