Re: [PATCH 23/33] target/riscv: Replace cpu_mmu_index with riscv_env_mmu_index

2024-01-29 Thread Alistair Francis
On Tue, Jan 30, 2024 at 9:36 AM Richard Henderson wrote: > > Use the target-specific function name in preference > to the generic name. > > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > target/riscv/cpu_helper.c| 4 ++-- > target/riscv/op_helper.c |

[PATCH 23/33] target/riscv: Replace cpu_mmu_index with riscv_env_mmu_index

2024-01-29 Thread Richard Henderson
Use the target-specific function name in preference to the generic name. Signed-off-by: Richard Henderson --- target/riscv/cpu_helper.c| 4 ++-- target/riscv/op_helper.c | 4 ++-- target/riscv/vector_helper.c | 9 + 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/t