Re: [PATCH v7 09/64] target/nios2: Remove user-only nios2_cpu_do_interrupt

2022-04-22 Thread Peter Maydell
On Thu, 21 Apr 2022 at 16:53, Richard Henderson wrote: > > Since 78271684719, this function is unused for user-only, > when the TCGCPUOps.do_interrupt hook itself became system-only. > > Signed-off-by: Richard Henderson (A no-hex-digits commit hash, how unusual...) Reviewed-by: Peter Maydell

[PATCH v7 09/64] target/nios2: Remove user-only nios2_cpu_do_interrupt

2022-04-21 Thread Richard Henderson
Since 78271684719, this function is unused for user-only, when the TCGCPUOps.do_interrupt hook itself became system-only. Signed-off-by: Richard Henderson --- target/nios2/helper.c | 8 1 file changed, 8 deletions(-) diff --git a/target/nios2/helper.c b/target/nios2/helper.c index