|
@@ -206,7 +206,7 @@
|
|
#define ACPI_FLUSH_CPU_CACHE()
|
|
#define ACPI_FLUSH_CPU_CACHE()
|
|
#define ACPI_CAST_PTHREAD_T(pthread) ((acpi_thread_id) (pthread))
|
|
#define ACPI_CAST_PTHREAD_T(pthread) ((acpi_thread_id) (pthread))
|
|
|
|
|
|
-#if defined(__ia64__) || defined(__x86_64__) ||\
|
|
|
|
|
|
+#if defined(__ia64__) || (defined(__x86_64__) && !defined(__ILP32__)) ||\
|
|
defined(__aarch64__) || defined(__PPC64__) ||\
|
|
defined(__aarch64__) || defined(__PPC64__) ||\
|
|
defined(__s390x__)
|
|
defined(__s390x__)
|
|
#define ACPI_MACHINE_WIDTH 64
|
|
#define ACPI_MACHINE_WIDTH 64
|