- Somehow I mangled KTR_CRITICAL.

Spotted by:	ru
This commit is contained in:
Jeff Roberson 2005-01-24 10:52:32 +00:00
parent e1279468ec
commit ccaba75608
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140726

View File

@ -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