mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
target-arm: Privatize CPU_INTERRUPT_FIQ.
This interrupt name was only used by the ARM port. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
d152031604
commit
403946c009
3 changed files with 4 additions and 2 deletions
|
@ -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_FIQ CPU_INTERRUPT_TGT_EXT_1
|
||||
#define CPU_INTERRUPT_SMI CPU_INTERRUPT_TGT_EXT_2
|
||||
#define CPU_INTERRUPT_VIRQ CPU_INTERRUPT_TGT_INT_0
|
||||
#define CPU_INTERRUPT_NMI CPU_INTERRUPT_TGT_EXT_3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue