Re: [PATCH v4 08/33] target/nios2: Remove cpu_interrupts_enabled

2022-03-08 Thread Peter Maydell
On Tue, 8 Mar 2022 at 07:20, Richard Henderson wrote: > > This function is unused. The real computation of this value > is located in nios2_cpu_exec_interrupt. > > Signed-off-by: Richard Henderson > --- > target/nios2/cpu.h | 5 - > 1 file changed, 5 deletions(-) > > diff --git a/target/nio

[PATCH v4 08/33] target/nios2: Remove cpu_interrupts_enabled

2022-03-07 Thread Richard Henderson
This function is unused. The real computation of this value is located in nios2_cpu_exec_interrupt. Signed-off-by: Richard Henderson --- target/nios2/cpu.h | 5 - 1 file changed, 5 deletions(-) diff --git a/target/nios2/cpu.h b/target/nios2/cpu.h index 727d31c427..14ed46959e 100644 --- a/t