From 4c6aa085a8371a24603a919fe4264fd92dbccf02 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sat, 22 Aug 2009 11:54:03 +0000 Subject: sparc32 remove an unnecessary cpu irq set Signed-off-by: Artyom Tarasenko Signed-off-by: Blue Swirl --- cpu-exec.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpu-exec.c') diff --git a/cpu-exec.c b/cpu-exec.c index 1718dc4ebf..2b74aeecf7 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -485,9 +485,6 @@ int cpu_exec(CPUState *env1) env->exception_index = env->interrupt_index; do_interrupt(env); env->interrupt_index = 0; -#if !defined(CONFIG_USER_ONLY) - cpu_check_irqs(env); -#endif next_tb = 0; } } else if (interrupt_request & CPU_INTERRUPT_TIMER) { -- cgit v1.2.3