summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaket Dumbre <97769119+sacdintel@users.noreply.github.com>2023-01-26 14:15:09 -0800
committerGitHub <noreply@github.com>2023-01-26 14:15:09 -0800
commit4827f0f98f1f5bf9882fa85822283cffb40bb583 (patch)
tree61e797eebbc91e48f198140374169d4c31ab47d9
parentd9a0d78fb737445fd69ecf752ea219eda86ce6b9 (diff)
parentd809b69cf43c632c8fe5b42372a891216fdd9223 (diff)
downloadacpica-4827f0f98f1f5bf9882fa85822283cffb40bb583.tar.gz
Merge pull request #826 from chenhuacai/master
Add support for 64 bit LoongArch compilation.
-rw-r--r--source/include/platform/aclinux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/platform/aclinux.h b/source/include/platform/aclinux.h
index 1c55c659f..e9c1954d3 100644
--- a/source/include/platform/aclinux.h
+++ b/source/include/platform/aclinux.h
@@ -329,7 +329,7 @@
#if defined(__ia64__) || (defined(__x86_64__) && !defined(__ILP32__)) ||\
defined(__aarch64__) || defined(__PPC64__) ||\
- defined(__s390x__) ||\
+ defined(__s390x__) || defined(__loongarch__) ||\
(defined(__riscv) && (defined(__LP64__) || defined(_LP64)))
#define ACPI_MACHINE_WIDTH 64
#define COMPILER_DEPENDENT_INT64 long