aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/platform/aclinux.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/acpi/platform/aclinux.h')
-rw-r--r--include/acpi/platform/aclinux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/acpi/platform/aclinux.h b/include/acpi/platform/aclinux.h
index 1b473efd9eb6..adee92c38c43 100644
--- a/include/acpi/platform/aclinux.h
+++ b/include/acpi/platform/aclinux.h
@@ -5,7 +5,7 @@
5 *****************************************************************************/ 5 *****************************************************************************/
6 6
7/* 7/*
8 * Copyright (C) 2000 - 2017, Intel Corp. 8 * Copyright (C) 2000 - 2018, Intel Corp.
9 * All rights reserved. 9 * All rights reserved.
10 * 10 *
11 * Redistribution and use in source and binary forms, with or without 11 * Redistribution and use in source and binary forms, with or without
@@ -206,7 +206,7 @@
206#define ACPI_FLUSH_CPU_CACHE() 206#define ACPI_FLUSH_CPU_CACHE()
207#define ACPI_CAST_PTHREAD_T(pthread) ((acpi_thread_id) (pthread)) 207#define ACPI_CAST_PTHREAD_T(pthread) ((acpi_thread_id) (pthread))
208 208
209#if defined(__ia64__) || defined(__x86_64__) ||\ 209#if defined(__ia64__) || (defined(__x86_64__) && !defined(__ILP32__)) ||\
210 defined(__aarch64__) || defined(__PPC64__) ||\ 210 defined(__aarch64__) || defined(__PPC64__) ||\
211 defined(__s390x__) 211 defined(__s390x__)
212#define ACPI_MACHINE_WIDTH 64 212#define ACPI_MACHINE_WIDTH 64