Revision 00a152b4 cpu-all.h

b/cpu-all.h
828 828

  
829 829
/* Temporary remapping from the generic names back to the previous
830 830
   cpu-specific names.  These will be moved to target-foo/cpu.h next.  */
831
#define CPU_INTERRUPT_SMI         CPU_INTERRUPT_TGT_EXT_2
832
#define CPU_INTERRUPT_VIRQ        CPU_INTERRUPT_TGT_INT_0
833 831
#define CPU_INTERRUPT_NMI         CPU_INTERRUPT_TGT_EXT_3
834
#define CPU_INTERRUPT_INIT        CPU_INTERRUPT_TGT_INT_1
835
#define CPU_INTERRUPT_SIPI        CPU_INTERRUPT_TGT_INT_2
836
#define CPU_INTERRUPT_MCE         CPU_INTERRUPT_TGT_EXT_4
837 832

  
838 833
/* The set of all bits that should be masked when single-stepping.  */
839 834
#define CPU_INTERRUPT_SSTEP_MASK \

Also available in: Unified diff