summaryrefslogtreecommitdiffstats
path: root/sys/dev/gem
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/dev/gem
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/dev/gem')
-rw-r--r--sys/dev/gem/if_gem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/gem/if_gem.c b/sys/dev/gem/if_gem.c
index 7cba6e7..6edb49e 100644
--- a/sys/dev/gem/if_gem.c
+++ b/sys/dev/gem/if_gem.c
@@ -136,7 +136,7 @@ MODULE_DEPEND(gem, miibus, 1, 1, 1);
#ifdef GEM_DEBUG
#include <sys/ktr.h>
-#define KTR_GEM KTR_CT2
+#define KTR_GEM KTR_SPARE2
#endif
#define GEM_BANK1_BITWAIT(sc, r, clr, set) \
OpenPOWER on IntegriCloud