mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
irq: Privatize CPU_INTERRUPT_NMI.
This interrupt name is used by i386, CRIS, and MicroBlaze. Copy the name into each target. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
00a152b48b
commit
85097db695
5 changed files with 7 additions and 5 deletions
|
@ -468,6 +468,7 @@
|
|||
|
||||
/* i386-specific interrupt pending bits. */
|
||||
#define CPU_INTERRUPT_SMI CPU_INTERRUPT_TGT_EXT_2
|
||||
#define CPU_INTERRUPT_NMI CPU_INTERRUPT_TGT_EXT_3
|
||||
#define CPU_INTERRUPT_MCE CPU_INTERRUPT_TGT_EXT_4
|
||||
#define CPU_INTERRUPT_VIRQ CPU_INTERRUPT_TGT_INT_0
|
||||
#define CPU_INTERRUPT_INIT CPU_INTERRUPT_TGT_INT_1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue