diff options
| author | Richard Henderson | 2014-09-13 18:45:24 +0200 |
|---|---|---|
| committer | Peter Maydell | 2014-09-25 19:54:22 +0200 |
| commit | d8bb915972deaa58dc6ad6644d26ede04f78982a (patch) | |
| tree | 27ce17b6133befd6d67caffd45f77445e786fd3c /cpu-exec.c | |
| parent | target-sh4: Use cpu_exec_interrupt qom hook (diff) | |
| download | qemu-d8bb915972deaa58dc6ad6644d26ede04f78982a.tar.gz qemu-d8bb915972deaa58dc6ad6644d26ede04f78982a.tar.xz qemu-d8bb915972deaa58dc6ad6644d26ede04f78982a.zip | |
target-unicore32: Use cpu_exec_interrupt qom hook
Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Message-id: 1410626734-3804-14-git-send-email-rth@twiddle.net
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'cpu-exec.c')
| -rw-r--r-- | cpu-exec.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cpu-exec.c b/cpu-exec.c index d7f7686d8a..b7b012b580 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -585,13 +585,6 @@ int cpu_exec(CPUArchState *env) cc->do_interrupt(cpu); next_tb = 0; } -#elif defined(TARGET_UNICORE32) - if (interrupt_request & CPU_INTERRUPT_HARD - && !(env->uncached_asr & ASR_I)) { - cpu->exception_index = UC32_EXCP_INTR; - cc->do_interrupt(cpu); - next_tb = 0; - } #endif /* The target hook has 3 exit conditions: False when the interrupt isn't processed, |
