|
@@ -201,7 +201,8 @@
|
|
#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(__aarch64__) || defined(__PPC64__)
|
|
|
|
|
|
+ defined(__aarch64__) || defined(__PPC64__) ||\
|
|
|
|
+ defined(__s390x__)
|
|
#define ACPI_MACHINE_WIDTH 64
|
|
#define ACPI_MACHINE_WIDTH 64
|
|
#define COMPILER_DEPENDENT_INT64 long
|
|
#define COMPILER_DEPENDENT_INT64 long
|
|
#define COMPILER_DEPENDENT_UINT64 unsigned long
|
|
#define COMPILER_DEPENDENT_UINT64 unsigned long
|