On Sat, 17 Jul 2021 at 20:24, Richard Henderson
wrote:
>
> Unify the parameters of atomic_mmu_lookup between cputlb.c and
> user-exec.c. Call the function directly, and remove the macros.
>
> Signed-off-by: Richard Henderson
Reviewed-by: Peter Maydell
thanks
-- PMM
Unify the parameters of atomic_mmu_lookup between cputlb.c and
user-exec.c. Call the function directly, and remove the macros.
Signed-off-by: Richard Henderson
---
accel/tcg/atomic_template.h | 41 +
accel/tcg/cputlb.c | 7 +--
accel/tcg/user-ex