From e9854c39452b293f883c2e9e1d30c9930b5a2c49 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sat, 13 Sep 2014 09:45:31 -0700 Subject: target-lm32: Use cpu_exec_interrupt qom hook Cc: Michael Walle Signed-off-by: Richard Henderson Acked-by: Michael Walle Message-id: 1410626734-3804-21-git-send-email-rth@twiddle.net Signed-off-by: Peter Maydell --- cpu-exec.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cpu-exec.c') diff --git a/cpu-exec.c b/cpu-exec.c index 5c93a5f..abffbe5 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -498,13 +498,6 @@ int cpu_exec(CPUArchState *env) } next_tb = 0; } -#elif defined(TARGET_LM32) - if ((interrupt_request & CPU_INTERRUPT_HARD) - && (env->ie & IE_IE)) { - cpu->exception_index = EXCP_IRQ; - cc->do_interrupt(cpu); - next_tb = 0; - } #endif /* The target hook has 3 exit conditions: False when the interrupt isn't processed, -- cgit v1.1