]> git.ipfire.org Git - thirdparty/qemu.git/commit
s390x/mmu: Use TARGET_PAGE_MASK in mmu_translate_pte()
authorDavid Hildenbrand <david@redhat.com>
Wed, 25 Sep 2019 11:56:33 +0000 (13:56 +0200)
committerDavid Hildenbrand <david@redhat.com>
Wed, 9 Oct 2019 10:33:47 +0000 (12:33 +0200)
commitae6d48d43ff66d6d0f39db210af273a73348ea98
tree08253f5e64e4a3111c1ea9a03e961c972dcd0cab
parent2ed0cd7cd7c55945cc9f16cdc3b102a14f22920a
s390x/mmu: Use TARGET_PAGE_MASK in mmu_translate_pte()

While ASCE_ORIGIN is not wrong, it is certainly confusing. We want a
page frame address.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
target/s390x/mmu_helper.c