summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/trap.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-10-10 12:42:54 +0000
committerpeter <peter@FreeBSD.org>1997-10-10 12:42:54 +0000
commitdf386e1ca35470f6c335307eaa3f84b708a66389 (patch)
tree9d383aae9b4636dd7bf12aa3de6d61bbdc9b43e2 /sys/amd64/amd64/trap.c
parent9e4602190514d9a532398fe1f006104795e5142b (diff)
downloadFreeBSD-src-df386e1ca35470f6c335307eaa3f84b708a66389.zip
FreeBSD-src-df386e1ca35470f6c335307eaa3f84b708a66389.tar.gz
Compensate for pcb.h tweaks.
(Bruce pointed out the nesting)
Diffstat (limited to 'sys/amd64/amd64/trap.c')
-rw-r--r--sys/amd64/amd64/trap.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c
index 8260c8a..ec74808 100644
--- a/sys/amd64/amd64/trap.c
+++ b/sys/amd64/amd64/trap.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)trap.c 7.4 (Berkeley) 5/13/91
- * $Id: trap.c,v 1.111 1997/09/21 21:38:05 gibbs Exp $
+ * $Id: trap.c,v 1.112 1997/10/10 09:44:09 peter Exp $
*/
/*
@@ -75,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