Re: [PATCH] target/rx: Fix copy/paste typo (riscv -> rx)

2025-04-03 Thread Richard Henderson
On 4/1/25 00:20, Philippe Mathieu-Daudé wrote: Rename riscv_cpu_mmu_index() -> rx_cpu_mmu_index(). Fixes: ef5cc166da1 ("target/rx: Populate CPUClass.mmu_index") Signed-off-by: Philippe Mathieu-Daudé --- target/rx/cpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t

Re: [PATCH] target/rx: Fix copy/paste typo (riscv -> rx)

2025-04-01 Thread Richard Henderson
On 4/1/25 02:20, Philippe Mathieu-Daudé wrote: Rename riscv_cpu_mmu_index() -> rx_cpu_mmu_index(). Fixes: ef5cc166da1 ("target/rx: Populate CPUClass.mmu_index") Signed-off-by: Philippe Mathieu-Daudé --- target/rx/cpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: