- Tell witness about ALQ's spin lock.

This commit is contained in:
Jeff Roberson 2002-09-22 07:11:57 +00:00
parent 9405072a95
commit c76e20451c

View File

@ -233,6 +233,7 @@ static struct witness_order_list_entry order_lists[] = {
{ "clk", &lock_class_mtx_spin },
{ "mutex profiling lock", &lock_class_mtx_spin },
{ "zombie_thread_lock", &lock_class_mtx_spin },
{ "ALD Queue", &lock_class_mtx_spin },
{ NULL, NULL },
{ NULL, NULL }
};