summaryrefslogtreecommitdiffstats
path: root/sys/sys/ktr.h
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/sys/ktr.h
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/sys/ktr.h')
-rw-r--r--sys/sys/ktr.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/sys/ktr.h b/sys/sys/ktr.h
index 10a983b..340f382 100644
--- a/sys/sys/ktr.h
+++ b/sys/sys/ktr.h
@@ -77,19 +77,6 @@
#define KTR_BUF 0x40000000 /* Buffer cache */
#define KTR_ALL 0x7fffffff
-/*
- * Trace classes which can be assigned to particular use at compile time
- * These must remain in high 22 as some assembly code counts on it
- */
-#define KTR_CT1 0x01000000
-#define KTR_CT2 0x02000000
-#define KTR_CT3 0x04000000
-#define KTR_CT4 0x08000000
-#define KTR_CT5 0x10000000
-#define KTR_CT6 0x20000000
-#define KTR_CT7 0x40000000
-#define KTR_CT8 0x80000000
-
/* Trace classes to compile in */
#ifdef KTR
#ifndef KTR_COMPILE
OpenPOWER on IntegriCloud