Re: [PATCH 3/7] target/nios2: Only build mmu.c for system mode

2022-03-02 Thread Peter Maydell
On Sun, 27 Feb 2022 at 18:23, Richard Henderson wrote: > > We can thus remove an ifdef covering the entire file. > > Signed-off-by: Richard Henderson > --- > target/nios2/mmu.c | 3 --- > target/nios2/meson.build | 3 +-- Reviewed-by: Peter Maydell thanks -- PMM

Re: [PATCH 3/7] target/nios2: Only build mmu.c for system mode

2022-02-27 Thread Philippe Mathieu-Daudé
On 27/2/22 19:21, Richard Henderson wrote: We can thus remove an ifdef covering the entire file. Signed-off-by: Richard Henderson --- target/nios2/mmu.c | 3 --- target/nios2/meson.build | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) \o/ Reviewed-by: Philippe Mathieu-Daud

[PATCH 3/7] target/nios2: Only build mmu.c for system mode

2022-02-27 Thread Richard Henderson
We can thus remove an ifdef covering the entire file. Signed-off-by: Richard Henderson --- target/nios2/mmu.c | 3 --- target/nios2/meson.build | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/target/nios2/mmu.c b/target/nios2/mmu.c index 306370f675..437fad09b7 100644