summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/trap.c
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>1997-12-04 21:21:26 +0000
committerjmg <jmg@FreeBSD.org>1997-12-04 21:21:26 +0000
commit81a1ed7d07b305196da97a99eca00342a77b32e3 (patch)
tree2a70aefeee48106861cf647b70edb5d4c9a2e617 /sys/amd64/amd64/trap.c
parent877aac3cb4673a30e2d78738e6338bea82fdcacc (diff)
downloadFreeBSD-src-81a1ed7d07b305196da97a99eca00342a77b32e3.zip
FreeBSD-src-81a1ed7d07b305196da97a99eca00342a77b32e3.tar.gz
document and make the NO_F00F_HACK a proper option...
also, sort some option includes while I'm here.. Forgotten by: sef
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