From 3dfe036fd5e6a68aadd3064e3a176f9ad5a9f76b Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 07:25:56 +0000 Subject: Apply patch simple-64bit.patch patch_name: simple-64bit.patch present_in_specfile: true --- diff --git a/source/include/platform/aclinux.h b/source/include/platform/aclinux.h index 0041656..54dde48 100644 --- a/source/include/platform/aclinux.h +++ b/source/include/platform/aclinux.h @@ -210,9 +210,7 @@ #define ACPI_FLUSH_CPU_CACHE() #define ACPI_CAST_PTHREAD_T(Pthread) ((ACPI_THREAD_ID) (Pthread)) -#if defined(__ia64__) || (defined(__x86_64__) && !defined(__ILP32__)) ||\ - defined(__aarch64__) || defined(__PPC64__) ||\ - defined(__s390x__) +#if defined(__LP64__) #define ACPI_MACHINE_WIDTH 64 #define COMPILER_DEPENDENT_INT64 long #define COMPILER_DEPENDENT_UINT64 unsigned long