target/s390x: Use cpu_*_mmu instead of helper_*_mmu
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 27 Jul 2021 20:32:40 +0000 (10:32 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 13 Oct 2021 15:44:36 +0000 (08:44 -0700)
commitbfe5b847af66be76c325f974017412f42e1dd62c
treeef4ef78063dea28c166e78838e6def92d54e4eb7
parent68ad9260e099da7c6345140d1da1811285e05757
target/s390x: Use cpu_*_mmu instead of helper_*_mmu

The helper_*_mmu functions were the only thing available
when this code was written.  This could have been adjusted
when we added cpu_*_mmuidx_ra, but now we can most easily
use the newest set of interfaces.

Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/s390x/tcg/mem_helper.c