Re: [PATCH v4 13/33] target/nios2: Use hw/registerfields.h for CR_TLBADDR fields

2022-03-08 Thread Peter Maydell
On Tue, 8 Mar 2022 at 07:20, Richard Henderson wrote: > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v4 13/33] target/nios2: Use hw/registerfields.h for CR_TLBADDR fields

2022-03-07 Thread Richard Henderson
Signed-off-by: Richard Henderson --- target/nios2/cpu.h | 8 target/nios2/helper.c| 4 ++-- target/nios2/mmu.c | 16 target/nios2/translate.c | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/target/nios2/cpu.h b/target/nios2/cpu