summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/trap.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-01-03 21:42:35 +0000
committerwollman <wollman@FreeBSD.org>1996-01-03 21:42:35 +0000
commit27a152b15de38e40154fcec3642de2b73386da9c (patch)
treeb8db8c9f076b450fa17b0aee608fb40b7932b1eb /sys/amd64/amd64/trap.c
parent38a054576f9b0e0c896b3bbb862739430f859bf5 (diff)
downloadFreeBSD-src-27a152b15de38e40154fcec3642de2b73386da9c.zip
FreeBSD-src-27a152b15de38e40154fcec3642de2b73386da9c.tar.gz
Converted two options over to the new scheme: USER_LDT and KTRACE.
Diffstat (limited to 'sys/amd64/amd64/trap.c')
-rw-r--r--sys/amd64/amd64/trap.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c
index 7f41c8c..d099d24 100644
--- a/sys/amd64/amd64/trap.c
+++ b/sys/amd64/amd64/trap.c
@@ -35,13 +35,15 @@
* SUCH DAMAGE.
*
* from: @(#)trap.c 7.4 (Berkeley) 5/13/91
- * $Id: trap.c,v 1.67 1995/12/19 14:30:28 davidg Exp $
+ * $Id: trap.c,v 1.68 1995/12/19 14:47:41 davidg Exp $
*/
/*
* 386 Trap and System call handling
*/
+#include "opt_ktrace.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
OpenPOWER on IntegriCloud