Remove the MUTEX_DEBUG kernel option.
authormarkj <markj@FreeBSD.org>
Wed, 18 May 2016 03:34:02 +0000 (03:34 +0000)
committermarkj <markj@FreeBSD.org>
Wed, 18 May 2016 03:34:02 +0000 (03:34 +0000)
commit601af01d4d4aea1172eb3fc3596e86e0d1a21ed0
treeb86bc29504d2d248b7ecc55cbb5bbf4f293315fb
parentedf920d9b74db2c121dc9e1301164a0288519a55
Remove the MUTEX_DEBUG kernel option.

It has no counterpart among the other lock primitives and has been a
no-op for years. Mutex consistency checks are generally done whenver
INVARIANTS is enabled.
sys/conf/NOTES
sys/conf/options
sys/kern/kern_mutex.c