diff options
Diffstat (limited to 'target-openrisc/cpu.h')
-rw-r--r-- | target-openrisc/cpu.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target-openrisc/cpu.h b/target-openrisc/cpu.h index 51d6afd153..ae9d17f102 100644 --- a/target-openrisc/cpu.h +++ b/target-openrisc/cpu.h @@ -419,11 +419,6 @@ static inline int cpu_mmu_index(CPUOpenRISCState *env) } #define CPU_INTERRUPT_TIMER CPU_INTERRUPT_TGT_INT_0 -static inline bool cpu_has_work(CPUState *cpu) -{ - return cpu->interrupt_request & (CPU_INTERRUPT_HARD | - CPU_INTERRUPT_TIMER); -} #include "exec/exec-all.h" |