summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
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/sun4v
parent2f662f7a9c32a8b51811121d5b8e9c807345962b (diff)
downloadFreeBSD-src-d02cab25565d9a15e5b1e673f257dd3334ac8132.zip
FreeBSD-src-d02cab25565d9a15e5b1e673f257dd3334ac8132.tar.gz
Remove unused KTRACE includes.
Diffstat (limited to 'sys/sun4v')
-rw-r--r--sys/sun4v/sun4v/trap.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/sun4v/sun4v/trap.c b/sys/sun4v/sun4v/trap.c
index d099351..cfc5135 100644
--- a/sys/sun4v/sun4v/trap.c
+++ b/sys/sun4v/sun4v/trap.c
@@ -42,7 +42,6 @@
#include "opt_ddb.h"
#include "opt_ktr.h"
-#include "opt_ktrace.h"
#include <sys/param.h>
#include <sys/kdb.h>
@@ -62,10 +61,6 @@
#include <sys/sysctl.h>
#include <sys/sysent.h>
#include <sys/vmmeter.h>
-#ifdef KTRACE
-#include <sys/uio.h>
-#include <sys/ktrace.h>
-#endif
#include <dev/ofw/openfirm.h>
OpenPOWER on IntegriCloud