summaryrefslogtreecommitdiffstats
path: root/sys/dev/hme/if_hme.c
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/hme/if_hme.c
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/hme/if_hme.c')
-rw-r--r--sys/dev/hme/if_hme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hme/if_hme.c b/sys/dev/hme/if_hme.c
index d78e8f1..08cef66 100644
--- a/sys/dev/hme/if_hme.c
+++ b/sys/dev/hme/if_hme.c
@@ -64,7 +64,7 @@ __FBSDID("$FreeBSD$");
#if 0
#define HMEDEBUG
#endif
-#define KTR_HME KTR_CT2 /* XXX */
+#define KTR_HME KTR_SPARE2 /* XXX */
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud