summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-10-12 11:57:23 +0000
committerkato <kato@FreeBSD.org>1997-10-12 11:57:23 +0000
commit398f69808afed2810fd7e09377cfefcd1094d66b (patch)
tree88bed425e310ed79c04ff0d128bd94893352ad20 /sys
parentc5c8794e7f2d4856904e3154344c29327a2587aa (diff)
downloadFreeBSD-src-398f69808afed2810fd7e09377cfefcd1094d66b.zip
FreeBSD-src-398f69808afed2810fd7e09377cfefcd1094d66b.tar.gz
Synchronize with sys/i386/i386/trap.c revision 1.113.
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/i386/trap.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/pc98/i386/trap.c b/sys/pc98/i386/trap.c
index 713b55e..8d43c0b 100644
--- a/sys/pc98/i386/trap.c
+++ b/sys/pc98/i386/trap.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)trap.c 7.4 (Berkeley) 5/13/91
- * $Id: trap.c,v 1.35 1997/09/06 01:19:10 kato Exp $
+ * $Id: trap.c,v 1.36 1997/09/22 12:20:42 kato Exp $
*/
/*
@@ -44,6 +44,7 @@
#include "opt_ktrace.h"
#include "opt_ddb.h"
+#include "opt_vm86.h"
#include <sys/param.h>
#include <sys/systm.h>
@@ -74,12 +75,17 @@
#include <machine/psl.h>
#include <machine/../isa/intr_machdep.h>
#include <machine/smp.h>
+#include <machine/tss.h>
#ifdef POWERFAIL_NMI
#include <sys/syslog.h>
#include <machine/clock.h>
#endif
+#ifdef VM86
+#include <machine/vm86.h>
+#endif
+
#include "isa.h"
#include "npx.h"
OpenPOWER on IntegriCloud