summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/vm86.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/include/vm86.h')
-rw-r--r--sys/arch/i386/include/vm86.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/i386/include/vm86.h b/sys/arch/i386/include/vm86.h
index 58069b33dc9..f8a9f0d7c20 100644
--- a/sys/arch/i386/include/vm86.h
+++ b/sys/arch/i386/include/vm86.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vm86.h,v 1.6 1996/05/07 07:22:11 deraadt Exp $ */
+/* $OpenBSD: vm86.h,v 1.7 1996/05/30 09:30:11 deraadt Exp $ */
/* $NetBSD: vm86.h,v 1.8 1996/05/03 19:26:32 christos Exp $ */
#undef VM86_USE_VIF
@@ -52,9 +52,6 @@
#define VM86_REALFLAGS (~PSL_USERSTATIC)
#define VM86_VIRTFLAGS (PSL_USERSTATIC & ~(PSL_MBO | PSL_MBZ))
-#define VM86_SETDIRECT (~PSL_USERSTATIC)
-#define VM86_GETDIRECT (VM86_SETDIRECT|PSL_MBO|PSL_MBZ)
-
struct vm86_regs {
struct sigcontext vmsc;
};