summaryrefslogtreecommitdiffstats
path: root/sys/x86/include/segments.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/x86/include/segments.h')
-rw-r--r--sys/x86/include/segments.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/x86/include/segments.h b/sys/x86/include/segments.h
index 0d6a282..a5c1ea4 100644
--- a/sys/x86/include/segments.h
+++ b/sys/x86/include/segments.h
@@ -219,7 +219,7 @@ union descriptor {
#define IDT_DTRACE_RET 0x92 /* DTrace pid provider Interrupt Vector */
#define IDT_EVTCHN 0x93 /* Xen HVM Event Channel Interrupt Vector */
-#if defined(__i386__) || defined(__ia64__)
+#if defined(__i386__)
/*
* Entries in the Global Descriptor Table (GDT)
* Note that each 4 entries share a single 32 byte L1 cache line.
@@ -264,7 +264,7 @@ union descriptor {
#define LBSDICALLS_SEL 16 /* BSDI system call gate */
#define NLDT (LBSDICALLS_SEL + 1)
-#else /* !__i386__ && !__ia64__ */
+#else /* !__i386__ */
/*
* Entries in the Global Descriptor Table (GDT)
*/
@@ -282,6 +282,6 @@ union descriptor {
#define GUSERLDT_SEL 11 /* LDT */
/* slot 12 is second half of GUSERLDT_SEL */
#define NGDT 13
-#endif /* __i386__ || __ia64__ */
+#endif /* __i386__ */
#endif /* !_X86_SEGMENTS_H_ */
OpenPOWER on IntegriCloud