summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2010-07-21 10:05:07 +0000
committerattilio <attilio@FreeBSD.org>2010-07-21 10:05:07 +0000
commitc3ada57ad603e9afae392445c172bef1d84cb6ee (patch)
tree30bcf7a273cb13306d18ee7c410854458c677243 /sys/sun4v
parent55d8bc9ed80279a350442ee3d3280470f9831977 (diff)
downloadFreeBSD-src-c3ada57ad603e9afae392445c172bef1d84cb6ee.zip
FreeBSD-src-c3ada57ad603e9afae392445c172bef1d84cb6ee.tar.gz
KTR_CTx are long time aliased by existing classes so they can't serve
their purpose anymore. Axe them out. Sponsored by: Sandvine Incorporated Discussed with: jhb, emaste Possible MFC: TBD
Diffstat (limited to 'sys/sun4v')
-rw-r--r--sys/sun4v/include/bus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sun4v/include/bus.h b/sys/sun4v/include/bus.h
index 02fa634..51a7ea5 100644
--- a/sys/sun4v/include/bus.h
+++ b/sys/sun4v/include/bus.h
@@ -194,7 +194,7 @@ bus_space_subregion(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o,
#define BUS_SPACE_BARRIER_WRITE 0x02 /* force write barrier */
#ifdef BUS_SPACE_DEBUG
-#define KTR_BUS KTR_CT2
+#define KTR_BUS KTR_SPARE2
#define __BUS_DEBUG_ACCESS(h, o, desc, sz) do { \
CTR4(KTR_BUS, "bus space: %s %d: handle %#lx, offset %#lx", \
(desc), (sz), (h), (o)); \
OpenPOWER on IntegriCloud