Add the mutex profiling lock to the witness list. This hopefully unbreaks

the MUTEX_PROFILING + WITNESS + !WITNESS_SKIPSPIN case.

Submitted by:	Hiten Pandya <hiten@uk.FreeBSD.org>
This commit is contained in:
Dag-Erling Smørgrav 2002-04-25 22:48:40 +00:00
parent 2c900f6451
commit 521eb014c8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95473

View File

@ -222,6 +222,7 @@ static struct witness_order_list_entry order_lists[] = {
{ "smp rendezvous", &lock_class_mtx_spin },
#endif
{ "clk", &lock_class_mtx_spin },
{ "mutex profiling lock", &lock_class_mtx_spin },
{ NULL, NULL },
{ NULL, NULL }
};