From b28b295d0d8645c15fdc097800076d9886a0e618 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 07:25:56 +0000 Subject: Apply patch ppc64le.patch patch_name: ppc64le.patch present_in_specfile: true --- diff --git a/source/include/platform/aclinux.h b/source/include/platform/aclinux.h index f444aee..0041656 100644 --- a/source/include/platform/aclinux.h +++ b/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__ */