2017-01-10 00:09:49 +00:00
|
|
|
Index: acpica-unix2-20161117/source/include/platform/aclinux.h
|
|
|
|
===================================================================
|
|
|
|
--- acpica-unix2-20161117.orig/source/include/platform/aclinux.h
|
|
|
|
+++ acpica-unix2-20161117/source/include/platform/aclinux.h
|
2016-09-01 22:06:41 +00:00
|
|
|
@@ -194,7 +194,8 @@
|
|
|
|
#define ACPI_CAST_PTHREAD_T(Pthread) ((ACPI_THREAD_ID) (Pthread))
|
|
|
|
|
|
|
|
#if defined(__ia64__) || defined(__x86_64__) ||\
|
|
|
|
- defined(__aarch64__) || defined(__PPC64__)
|
|
|
|
+ defined(__aarch64__) || defined(__PPC64__) ||\
|
|
|
|
+ defined(__s390x__)
|
|
|
|
#define ACPI_MACHINE_WIDTH 64
|
|
|
|
#define COMPILER_DEPENDENT_INT64 long
|
|
|
|
#define COMPILER_DEPENDENT_UINT64 unsigned long
|