Register the uart(4)'s spin lock with witness(4).
This commit is contained in:
parent
1a35abc4ee
commit
33fe8fd0df
@ -277,6 +277,7 @@ static struct witness_order_list_entry order_lists[] = {
|
||||
#ifdef __i386__
|
||||
{ "cy", &lock_class_mtx_spin },
|
||||
#endif
|
||||
{ "uart_hwmtx", &lock_class_mtx_spin },
|
||||
{ "sabtty", &lock_class_mtx_spin },
|
||||
{ "zstty", &lock_class_mtx_spin },
|
||||
{ "ng_node", &lock_class_mtx_spin },
|
||||
|
Loading…
Reference in New Issue
Block a user