]> Git Repo - qemu.git/commit - target/m68k/op_helper.c
target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0,1}_SUFFIX
authorRichard Henderson <[email protected]>
Tue, 10 Dec 2019 18:49:16 +0000 (10:49 -0800)
committerRichard Henderson <[email protected]>
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é <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
---
v2: Use *_mmuidx_ra directly, without intermediate macros.
target/m68k/cpu.h
target/m68k/op_helper.c
This page took 0.025574 seconds and 4 git commands to generate.