mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
target-mips: Do not check CPU_INTERRUPT_TIMER.
This bit is never set, therefore we should not read it either. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
3125f76335
commit
ce0c6930cc
1 changed files with 0 additions and 4 deletions
|
@ -29,10 +29,6 @@ static inline int cpu_has_work(CPUState *env)
|
|||
has_work = 1;
|
||||
}
|
||||
|
||||
if (env->interrupt_request & CPU_INTERRUPT_TIMER) {
|
||||
has_work = 1;
|
||||
}
|
||||
|
||||
return has_work;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue