summaryrefslogtreecommitdiffstats
path: root/sys/amd64/ia32/ia32_syscall.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-08-19 16:41:27 +0000
committerjhb <jhb@FreeBSD.org>2010-08-19 16:41:27 +0000
commitd02cab25565d9a15e5b1e673f257dd3334ac8132 (patch)
treeabdf959b9761e7d93d2edd323f646b5302fde475 /sys/amd64/ia32/ia32_syscall.c
parent2f662f7a9c32a8b51811121d5b8e9c807345962b (diff)
downloadFreeBSD-src-d02cab25565d9a15e5b1e673f257dd3334ac8132.zip
FreeBSD-src-d02cab25565d9a15e5b1e673f257dd3334ac8132.tar.gz
Remove unused KTRACE includes.
Diffstat (limited to 'sys/amd64/ia32/ia32_syscall.c')
-rw-r--r--sys/amd64/ia32/ia32_syscall.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/amd64/ia32/ia32_syscall.c b/sys/amd64/ia32/ia32_syscall.c
index 6a649ae..9a3488e 100644
--- a/sys/amd64/ia32/ia32_syscall.c
+++ b/sys/amd64/ia32/ia32_syscall.c
@@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$");
#include "opt_clock.h"
#include "opt_cpu.h"
#include "opt_isa.h"
-#include "opt_ktrace.h"
#include <sys/param.h>
#include <sys/bus.h>
@@ -65,9 +64,6 @@ __FBSDID("$FreeBSD$");
#include <sys/sysent.h>
#include <sys/uio.h>
#include <sys/vmmeter.h>
-#ifdef KTRACE
-#include <sys/ktrace.h>
-#endif
#include <security/audit/audit.h>
#include <vm/vm.h>
OpenPOWER on IntegriCloud