Re: [PATCH 22/33] target/riscv: Rename riscv_cpu_mmu_index to riscv_env_mmu_index

2024-01-29 Thread Alistair Francis
On Tue, Jan 30, 2024 at 9:39 AM Richard Henderson wrote: > > Free up the riscv_cpu_mmu_index name for other usage; > emphasize that the argument is 'env'. > > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > target/riscv/cpu.h| 4 ++-- > target/riscv/cp

[PATCH 22/33] target/riscv: Rename riscv_cpu_mmu_index to riscv_env_mmu_index

2024-01-29 Thread Richard Henderson
Free up the riscv_cpu_mmu_index name for other usage; emphasize that the argument is 'env'. Signed-off-by: Richard Henderson --- target/riscv/cpu.h| 4 ++-- target/riscv/cpu_helper.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/target/riscv/cpu.h b/target/riscv/