diff options
| author | ad <ad@NetBSD.org> | 2008-01-26 14:29:31 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2008-01-26 14:29:31 +0000 |
| commit | ea9faa6742d19ac49867d60edac75b08dc5181ec (patch) | |
| tree | 1cf63400dc19ade1189574f634823626f84936bc /sys/dev | |
| parent | af15dc6cc2a12618e3975ea12a516d39bac076c5 (diff) | |
lockstat: no longer track lockmgr() events.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/lockstat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/lockstat.h b/sys/dev/lockstat.h index 3ab1ad06933..a7b6299b092 100644 --- a/sys/dev/lockstat.h +++ b/sys/dev/lockstat.h @@ -1,4 +1,4 @@ -/* $NetBSD: lockstat.h,v 1.6 2008/01/04 21:17:49 ad Exp $ */ +/* $NetBSD: lockstat.h,v 1.7 2008/01/26 14:29:31 ad Exp $ */ /*- * Copyright (c) 2006 The NetBSD Foundation, Inc. @@ -118,7 +118,7 @@ typedef struct lsdisable { #define LB_ADAPTIVE_MUTEX 0x00000100 #define LB_SPIN_MUTEX 0x00000200 #define LB_RWLOCK 0x00000300 -#define LB_LOCKMGR 0x00000400 +#define LB___UNUSED 0x00000400 #define LB_KERNEL_LOCK 0x00000500 #define LB_MISC 0x00000600 #define LB_NLOCK 0x00000600 |
