OSDN Git Service

target/sparc: Use cpu_*_mmu instead of helper_*_mmu
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 27 Jul 2021 20:48:09 +0000 (10:48 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 13 Oct 2021 15:45:13 +0000 (08:45 -0700)
commita8f84958d09bfca0a775d8000bf81b0b66ca8066
treeb3a2ede94103d9bd89c03da9504b906e2ee62069
parentbfe5b847af66be76c325f974017412f42e1dd62c
target/sparc: 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: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/sparc/ldst_helper.c