diff options
-rw-r--r-- | include/acpi/platform/aclinux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/acpi/platform/aclinux.h b/include/acpi/platform/aclinux.h index 0d94be8531b5..f2429094b9b9 100644 --- a/include/acpi/platform/aclinux.h +++ b/include/acpi/platform/aclinux.h | |||
@@ -106,7 +106,8 @@ | |||
106 | #define ACPI_FLUSH_CPU_CACHE() | 106 | #define ACPI_FLUSH_CPU_CACHE() |
107 | #define ACPI_CAST_PTHREAD_T(pthread) ((acpi_thread_id) (pthread)) | 107 | #define ACPI_CAST_PTHREAD_T(pthread) ((acpi_thread_id) (pthread)) |
108 | 108 | ||
109 | #if defined(__ia64__) || defined(__x86_64__) || defined(__aarch64__) | 109 | #if defined(__ia64__) || defined(__x86_64__) ||\ |
110 | defined(__aarch64__) || defined(__PPC64__) | ||
110 | #define ACPI_MACHINE_WIDTH 64 | 111 | #define ACPI_MACHINE_WIDTH 64 |
111 | #define COMPILER_DEPENDENT_INT64 long | 112 | #define COMPILER_DEPENDENT_INT64 long |
112 | #define COMPILER_DEPENDENT_UINT64 unsigned long | 113 | #define COMPILER_DEPENDENT_UINT64 unsigned long |