summaryrefslogtreecommitdiff
path: root/sys/kern/subr_lock.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2006-01-27 23:13:26 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2006-01-27 23:13:26 +0000
commit3f08bd8bce954577e7bb023a30ac9c733bfc40b7 (patch)
tree8668cae30688a7758d1778375d322def630558d9 /sys/kern/subr_lock.c
parent135161049e07ac66e6c63b458b5be4f6829efffd (diff)
Notes
Diffstat (limited to 'sys/kern/subr_lock.c')
-rw-r--r--sys/kern/subr_lock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/subr_lock.c b/sys/kern/subr_lock.c
index cb7bc768380c..ecf300ac3bef 100644
--- a/sys/kern/subr_lock.c
+++ b/sys/kern/subr_lock.c
@@ -53,6 +53,7 @@ struct lock_class *lock_classes[LOCK_CLASS_MAX + 1] = {
&lock_class_mtx_spin,
&lock_class_mtx_sleep,
&lock_class_sx,
+ &lock_class_rw,
};
void