From: Richard Henderson Date: Wed, 4 May 2011 20:34:27 +0000 (-0700) Subject: target-sparc: Do not check CPU_INTERRUPT_TIMER. X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~5814 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78aa29e4b8b0df716a25edc689cf24c7b5b424fe;p=sdk%2Femulator%2Fqemu.git target-sparc: Do not check CPU_INTERRUPT_TIMER. This bit is never set, therefore we should not read it either. Signed-off-by: Richard Henderson Signed-off-by: Blue Swirl --- diff --git a/cpu-exec.c b/cpu-exec.c index 5b42b25..6d43726 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -489,9 +489,6 @@ int cpu_exec(CPUState *env1) next_tb = 0; } } - } else if (interrupt_request & CPU_INTERRUPT_TIMER) { - //do_interrupt(0, 0, 0, 0, 0); - env->interrupt_request &= ~CPU_INTERRUPT_TIMER; } #elif defined(TARGET_ARM) if (interrupt_request & CPU_INTERRUPT_FIQ