From 5dc5d9f055c59701519d1212078a298d92411cf6 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Sun, 25 Jul 2010 16:51:29 +0200 Subject: mips: more fixes to the MIPS interrupt glue logic Commit 36388314febad3d7675ab919287f03733a560ff6 moved most of the interrupt logic to cpu-exec.c. Remove the remaining useless code and fix software interrupts. Signed-off-by: Aurelien Jarno Acked-by: Edgar E. Iglesias Tested-by: Edgar E. Iglesias --- target-mips/cpu.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target-mips/cpu.h') diff --git a/target-mips/cpu.h b/target-mips/cpu.h index 157885082a..b8e6feefc2 100644 --- a/target-mips/cpu.h +++ b/target-mips/cpu.h @@ -597,6 +597,9 @@ void cpu_mips_store_compare (CPUState *env, uint32_t value); void cpu_mips_start_count(CPUState *env); void cpu_mips_stop_count(CPUState *env); +/* mips_int.c */ +void cpu_mips_soft_irq(CPUState *env, int irq, int level); + /* helper.c */ int cpu_mips_handle_mmu_fault (CPUState *env, target_ulong address, int rw, int mmu_idx, int is_softmmu); -- cgit v1.2.1