summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/segments.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2012-02-27 17:29:37 +0000
committerjhb <jhb@FreeBSD.org>2012-02-27 17:29:37 +0000
commit8e4f58c4d2f60566a324371354ae598327815115 (patch)
treeda8fc74bf67668f584a2abec26cef874c7f6b4ca /sys/amd64/include/segments.h
parentf436893eac090f2bde9fb877fcec9890a7b6e359 (diff)
downloadFreeBSD-src-8e4f58c4d2f60566a324371354ae598327815115.zip
FreeBSD-src-8e4f58c4d2f60566a324371354ae598327815115.tar.gz
Resort the IDT_DTRACE_RET constant after it was changed to be less than
IDT_SYSCALL.
Diffstat (limited to 'sys/amd64/include/segments.h')
-rw-r--r--sys/amd64/include/segments.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/segments.h b/sys/amd64/include/segments.h
index 2796511..247cc34 100644
--- a/sys/amd64/include/segments.h
+++ b/sys/amd64/include/segments.h
@@ -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)
OpenPOWER on IntegriCloud