Resort the IDT_DTRACE_RET constant after it was changed to be less than

IDT_SYSCALL.
This commit is contained in:
John Baldwin 2012-02-27 17:29:37 +00:00
parent a61dd1bda9
commit c7e8722ca0
2 changed files with 2 additions and 2 deletions

View File

@ -213,8 +213,8 @@ struct region_descriptor {
#define IDT_MC 18 /* #MC: Machine Check */
#define IDT_XF 19 /* #XF: SIMD Floating-Point Exception */
#define IDT_IO_INTS NRSVIDT /* Base of IDT entries for I/O interrupts. */
#define IDT_SYSCALL 0x80 /* System Call Interrupt Vector */
#define IDT_DTRACE_RET 0x20 /* DTrace pid provider Interrupt Vector */
#define IDT_SYSCALL 0x80 /* System Call Interrupt Vector */
/*
* Entries in the Global Descriptor Table (GDT)

View File

@ -206,8 +206,8 @@ struct region_descriptor {
#define IDT_MC 18 /* #MC: Machine Check */
#define IDT_XF 19 /* #XF: SIMD Floating-Point Exception */
#define IDT_IO_INTS NRSVIDT /* Base of IDT entries for I/O interrupts. */
#define IDT_SYSCALL 0x80 /* System Call Interrupt Vector */
#define IDT_DTRACE_RET 0x20 /* DTrace pid provider Interrupt Vector */
#define IDT_SYSCALL 0x80 /* System Call Interrupt Vector */
/*
* Entries in the Global Descriptor Table (GDT)