s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASK
commited3288ff8f8aab9b6602484dfcc09d5b59fb84fc
authorThomas Huth <thuth@redhat.com>
Wed, 1 Sep 2021 12:58:00 +0000 (1 14:58 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 6 Sep 2021 14:25:27 +0000 (6 16:25 +0200)
treeedc46a1a31c2ad1fa126ecfef2264f2e6ba73b7b
parentc35622387efe39214ccd14fab0f280b6c53f1654
s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASK

The PAGE_SIZE macro is causing trouble on Alpine Linux since it
clashes with a macro from a system header there. We already have
the TARGET_PAGE_SIZE, TARGET_PAGE_MASK and TARGET_PAGE_BITS macros
in QEMU anyway, so let's simply replace the PAGE_SIZE, PAGE_MASK
and PAGE_SHIFT macro with their TARGET_* counterparts.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/572
Message-Id: <20210901125800.611183-1-thuth@redhat.com>
Reviewed-by: Halil Pasic <pasic@linux.ibm.com>
Reviewed-by: Matthew Rosato <mjrosato@linux.ibm.com>
Reviewed-by: Eric Farman <farman@linux.ibm.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/s390x/s390-pci-bus.c
hw/s390x/s390-pci-inst.c
hw/s390x/sclp.c
include/hw/s390x/s390-pci-bus.h