target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0,1}_SUFFIX
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 10 Dec 2019 18:49:16 +0000 (10:49 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 16 Jan 2020 01:13:10 +0000 (15:13 -1000)
commit330edfcc84a7b652ffc0e2856dcd363605cdd3b0
tree7342058c276c1b2fa8177ddfce76bf392a0f139b
parent28c4b86928e52fcd0b2ad1358eded204ffa40101
target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0,1}_SUFFIX

The generated *_user functions are unused.  The *_kernel functions
have a couple of users in op_helper.c; use *_mmuidx_ra instead,
with MMU_KERNEL_IDX.

Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
v2: Use *_mmuidx_ra directly, without intermediate macros.
target/m68k/cpu.h
target/m68k/op_helper.c