diff options
author | Naresh Bhat <naresh.bhat@linaro.org> | 2013-09-22 21:51:46 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-09-23 19:46:24 -0400 |
commit | 30095207072665503a5f6c769d16be26de38fa6a (patch) | |
tree | 0205e1e4f100660feee6bf125273488e406b86a8 /include/acpi | |
parent | 2856846e3a7bee02ce6b498c760376061e41aaed (diff) |
ACPICA: Linux-specific header: enable "aarch64" 64-bit build.
Add support for the __aarch64__ define for 64-bit builds.
Signed-off-by: Naresh Bhat <naresh.bhat@linaro.org>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Reviewed-by: Len Brown <len.brown@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/platform/aclinux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/platform/aclinux.h b/include/acpi/platform/aclinux.h index 68534ef86ec8..fda0f3e35c03 100644 --- a/include/acpi/platform/aclinux.h +++ b/include/acpi/platform/aclinux.h | |||
@@ -87,7 +87,7 @@ | |||
87 | #define ACPI_FLUSH_CPU_CACHE() | 87 | #define ACPI_FLUSH_CPU_CACHE() |
88 | #define ACPI_CAST_PTHREAD_T(pthread) ((acpi_thread_id) (pthread)) | 88 | #define ACPI_CAST_PTHREAD_T(pthread) ((acpi_thread_id) (pthread)) |
89 | 89 | ||
90 | #if defined(__ia64__) || defined(__x86_64__) | 90 | #if defined(__ia64__) || defined(__x86_64__) || defined(__aarch64__) |
91 | #define ACPI_MACHINE_WIDTH 64 | 91 | #define ACPI_MACHINE_WIDTH 64 |
92 | #define COMPILER_DEPENDENT_INT64 long | 92 | #define COMPILER_DEPENDENT_INT64 long |
93 | #define COMPILER_DEPENDENT_UINT64 unsigned long | 93 | #define COMPILER_DEPENDENT_UINT64 unsigned long |