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:
des 2002-04-25 22:48:40 +00:00
parent e1e6cfc088
commit b3648bf706

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 }
};