summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2009-05-20 18:29:14 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2009-05-20 18:29:14 +0000
commit583220dc4c75c6bcc5eef66be88e7c393a795816 (patch)
tree0da75aa2361e198147c87e5b323c97f00c29f527 /sys/kern
parent63ba66086a9f6ec5e3d1e7660c54231f217ea138 (diff)
Notes
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/kern_mutex.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c
index c56e124dedc6..ea85268e4555 100644
--- a/sys/kern/kern_mutex.c
+++ b/sys/kern/kern_mutex.c
@@ -364,8 +364,6 @@ _mtx_lock_sleep(struct mtx *m, uintptr_t tid, int opts, const char *file,
continue;
}
- MPASS(v != MTX_CONTESTED);
-
#ifdef ADAPTIVE_MUTEXES
/*
* If the current owner of the lock is executing on another