Add entropy harvest mutex to hard-coded spin lock witness lock order,

remove previous entropy harvesting mutex names as they are no longer
present.  Commit to this file was ommitted when randomdev_soft.c:1.5
was made.

Feet shot:	Robert Huff <roberthuff at rcn dot com>
This commit is contained in:
Robert Watson 2004-10-11 08:26:18 +00:00
parent 35b260cd69
commit cc34aa2094
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136374

View File

@ -352,8 +352,7 @@ static struct witness_order_list_entry order_lists[] = {
{ "turnstile chain", &lock_class_mtx_spin },
{ "td_contested", &lock_class_mtx_spin },
{ "callout", &lock_class_mtx_spin },
{ "entropy harvest", &lock_class_mtx_spin },
{ "entropy harvest buffers", &lock_class_mtx_spin },
{ "entropy harvest mutex", &lock_class_mtx_spin },
/*
* leaf locks
*/