summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/trap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/amd64/trap.c')
-rw-r--r--sys/amd64/amd64/trap.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c
index e8a8ea0..8c45d1f 100644
--- a/sys/amd64/amd64/trap.c
+++ b/sys/amd64/amd64/trap.c
@@ -35,15 +35,16 @@
* SUCH DAMAGE.
*
* from: @(#)trap.c 7.4 (Berkeley) 5/13/91
- * $Id: trap.c,v 1.116 1997/12/03 02:45:50 sef Exp $
+ * $Id: trap.c,v 1.117 1997/12/04 14:35:40 jkh Exp $
*/
/*
* 386 Trap and System call handling
*/
-#include "opt_ktrace.h"
+#include "opt_cpu.h"
#include "opt_ddb.h"
+#include "opt_ktrace.h"
#include "opt_vm86.h"
#include <sys/param.h>
OpenPOWER on IntegriCloud