Add entry for the spin mutex used by the hptmv(4) driver.

MFC after: 	1 day
Tested by:	Philip Kizer pckizer at nostrum dot com
This commit is contained in:
John Baldwin 2005-10-20 14:49:59 +00:00
parent 338953fb3d
commit 2a2b58faa4

View file

@ -364,6 +364,7 @@ static struct witness_order_list_entry order_lists[] = {
{ "ap boot", &lock_class_mtx_spin },
#endif
{ "rm.mutex_mtx", &lock_class_mtx_spin },
{ "hptlock", &lock_class_mtx_spin },
{ "sio", &lock_class_mtx_spin },
#ifdef __i386__
{ "cy", &lock_class_mtx_spin },