diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2016-12-23 04:35:14 +0000 | 
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2016-12-23 04:35:14 +0000 | 
| commit | f2e6c39316f68b7ccc7abb766f82ed421c8e22b4 (patch) | |
| tree | 2c9acd96afc9afb47a31a88c97ac4907faee46d9 /source/include/platform/aclinux.h | |
| parent | a56e3c255d5c5dfa4dd3a2fda4705a1607a6b7f3 (diff) | |
Notes
Diffstat (limited to 'source/include/platform/aclinux.h')
| -rw-r--r-- | source/include/platform/aclinux.h | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/source/include/platform/aclinux.h b/source/include/platform/aclinux.h index 048f76a598ac..c19a8e45f848 100644 --- a/source/include/platform/aclinux.h +++ b/source/include/platform/aclinux.h @@ -153,6 +153,8 @@   */  #define ACPI_USE_ALTERNATE_PROTOTYPE_AcpiOsReadable  #define ACPI_USE_ALTERNATE_PROTOTYPE_AcpiOsWritable +#define ACPI_USE_ALTERNATE_PROTOTYPE_AcpiOsInitializeDebugger +#define ACPI_USE_ALTERNATE_PROTOTYPE_AcpiOsTerminateDebugger  /*   * OSL interfaces used by utilities @@ -193,7 +195,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  | 
