summaryrefslogtreecommitdiffstats
path: root/sys/sys/ktr.h
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2005-01-24 10:52:32 +0000
committerjeff <jeff@FreeBSD.org>2005-01-24 10:52:32 +0000
commitb40984e41cc58998cd187bb2a1c96277ec02953d (patch)
tree84099107447b2024e2ebf46512a7c34c7846c316 /sys/sys/ktr.h
parent62682e3e74bd1e5d498e2c8498b96475a07e7ec3 (diff)
downloadFreeBSD-src-b40984e41cc58998cd187bb2a1c96277ec02953d.zip
FreeBSD-src-b40984e41cc58998cd187bb2a1c96277ec02953d.tar.gz
- Somehow I mangled KTR_CRITICAL.
Spotted by: ru
Diffstat (limited to 'sys/sys/ktr.h')
-rw-r--r--sys/sys/ktr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/ktr.h b/sys/sys/ktr.h
index 522117c..ab4a7e3 100644
--- a/sys/sys/ktr.h
+++ b/sys/sys/ktr.h
@@ -76,7 +76,7 @@
#define KTR_CALLOUT 0x02000000 /* Callouts and timeouts */
#define KTR_GEOM 0x04000000 /* GEOM I/O events */
#define KTR_BUSDMA 0x08000000 /* busdma(9) events */
-#define KTR_CRITICAL 0010000000 /* Critical sections */
+#define KTR_CRITICAL 0x10000000 /* Critical sections */
#define KTR_SCHED 0x20000000 /* Machine parsed sched info. */
#define KTR_BUF 0x40000000 /* Buffer cache */
#define KTR_ALL 0x7fffffff
OpenPOWER on IntegriCloud