Module Name: src
Committed By: maxv
Date: Sat Aug 12 12:33:31 UTC 2017
Modified Files:
src/sys/arch/x86/include: psl.h
Log Message:
Don't include opt_vm86.h.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/x86/include/psl.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x86/include/psl.h
diff -u src/sys/arch/x86/include/psl.h:1.9 src/sys/arch/x86/include/psl.h:1.10
--- src/sys/arch/x86/include/psl.h:1.9 Sat Aug 12 07:21:57 2017
+++ src/sys/arch/x86/include/psl.h Sat Aug 12 12:33:31 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: psl.h,v 1.9 2017/08/12 07:21:57 maxv Exp $ */
+/* $NetBSD: psl.h,v 1.10 2017/08/12 12:33:31 maxv Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -62,11 +62,6 @@
#define PSL_MBZ 0xffc08028 /* must be zero bits */
#define PSL_USERSET (PSL_MBO | PSL_I)
-#ifdef i386
-#if defined(_KERNEL_OPT)
-#include "opt_vm86.h"
-#endif
-#endif
#define PSL_USERSTATIC (PSL_MBO | PSL_MBZ | PSL_I | PSL_IOPL | PSL_NT | PSL_VM | PSL_VIF | PSL_VIP)
#define PSL_USER (PSL_C | PSL_PF | PSL_AF | PSL_Z | PSL_N | \
PSL_T | PSL_V | PSL_D | PSL_AC)