Register the uart(4)'s spin lock with witness(4).

This commit is contained in:
Ruslan Ermilov 2004-01-25 15:04:37 +00:00
parent 1a35abc4ee
commit 33fe8fd0df

View File

@ -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 },