mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
338953fb3d
commit
2a2b58faa4
1 changed files with 1 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue