mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 18:04:08 +03:00
Linux-specific header: Add support for s390x compilation.
Adds s390x as a 64-bit architecture. Signed-off-by: Colin Ian King <colin.king@canonical.com>
This commit is contained in:
parent
0d5a056877
commit
ecac9504e3
@ -265,7 +265,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user