mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
irq: Remove CPU_INTERRUPT_TIMER.
It is no longer used anywhere. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
committed by
Blue Swirl
parent
78aa29e4b8
commit
d152031604
@@ -828,7 +828,6 @@ extern CPUState *cpu_single_env;
|
||||
|
||||
/* Temporary remapping from the generic names back to the previous
|
||||
cpu-specific names. These will be moved to target-foo/cpu.h next. */
|
||||
#define CPU_INTERRUPT_TIMER CPU_INTERRUPT_TGT_EXT_0
|
||||
#define CPU_INTERRUPT_FIQ CPU_INTERRUPT_TGT_EXT_1
|
||||
#define CPU_INTERRUPT_SMI CPU_INTERRUPT_TGT_EXT_2
|
||||
#define CPU_INTERRUPT_VIRQ CPU_INTERRUPT_TGT_INT_0
|
||||
|
||||
Reference in New Issue
Block a user