Add the scc_hwmtx spin mutex, defined by scc(4).

This commit is contained in:
marcel 2006-04-07 22:15:54 +00:00
parent 6692456a36
commit aa6df7801f

View File

@ -380,6 +380,7 @@ static struct witness_order_list_entry order_lists[] = {
#ifdef __i386__
{ "cy", &lock_class_mtx_spin },
#endif
{ "scc_hwmtx", &lock_class_mtx_spin },
{ "uart_hwmtx", &lock_class_mtx_spin },
{ "sabtty", &lock_class_mtx_spin },
{ "zstty", &lock_class_mtx_spin },