"time lock" is no longer a spin-lock since r209371.
Reported by: kib@
This commit is contained in:
parent
7ea5021353
commit
6519968e59
@ -495,6 +495,7 @@ static struct witness_order_list_entry order_lists[] = {
|
||||
#ifdef HWPMC_HOOKS
|
||||
{ "pmc-sleep", &lock_class_mtx_sleep },
|
||||
#endif
|
||||
{ "time lock", &lock_class_mtx_sleep },
|
||||
{ NULL, NULL },
|
||||
/*
|
||||
* Sockets
|
||||
@ -654,7 +655,6 @@ static struct witness_order_list_entry order_lists[] = {
|
||||
{ "callout", &lock_class_mtx_spin },
|
||||
{ "entropy harvest mutex", &lock_class_mtx_spin },
|
||||
{ "syscons video lock", &lock_class_mtx_spin },
|
||||
{ "time lock", &lock_class_mtx_spin },
|
||||
#ifdef SMP
|
||||
{ "smp rendezvous", &lock_class_mtx_spin },
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user