diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-01-05 22:59:03 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-01-05 22:59:03 +0000 |
commit | 7feabc2f65d7d52168b7d916f440c5d3a6369934 (patch) | |
tree | ae5d2fdb93f45dd3fa526aa0d7a67ad8e8c98ec7 /source/include/platform/aclinux.h | |
parent | c664ff8a840ead6fc786c48b19b740b0ed1464f0 (diff) |
Notes
Diffstat (limited to 'source/include/platform/aclinux.h')
-rw-r--r-- | source/include/platform/aclinux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/include/platform/aclinux.h b/source/include/platform/aclinux.h index 1d7fdaa8957e..75b1d827bcf9 100644 --- a/source/include/platform/aclinux.h +++ b/source/include/platform/aclinux.h @@ -8,7 +8,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999 - 2018, Intel Corp. + * Some or all of this work - Copyright (c) 1999 - 2017, Intel Corp. * All rights reserved. * * 2. License @@ -315,7 +315,7 @@ #define ACPI_FLUSH_CPU_CACHE() #define ACPI_CAST_PTHREAD_T(Pthread) ((ACPI_THREAD_ID) (Pthread)) -#if defined(__ia64__) || (defined(__x86_64__) && !defined(__ILP32__)) ||\ +#if defined(__ia64__) || defined(__x86_64__) ||\ defined(__aarch64__) || defined(__PPC64__) ||\ defined(__s390x__) #define ACPI_MACHINE_WIDTH 64 |