]> git.pld-linux.org Git - packages/acpica.git/blob - acpica-x32.patch
- updated tests
[packages/acpica.git] / acpica-x32.patch
1 --- acpica-unix-20170303/source/include/platform/aclinux.h.orig 2017-06-12 22:05:52.100041265 +0200
2 +++ acpica-unix-20170303/source/include/platform/aclinux.h      2017-06-12 22:06:02.790569724 +0200
3 @@ -310,7 +310,7 @@
4  #define ACPI_FLUSH_CPU_CACHE()
5  #define ACPI_CAST_PTHREAD_T(Pthread) ((ACPI_THREAD_ID) (Pthread))
6  
7 -#if defined(__ia64__)    || defined(__x86_64__) ||\
8 +#if defined(__ia64__)    || (defined(__x86_64__) && !defined(__ILP32__)) ||\
9      defined(__aarch64__) || defined(__PPC64__) ||\
10      defined(__s390x__)
11  #define ACPI_MACHINE_WIDTH          64
This page took 0.147615 seconds and 3 git commands to generate.