Skip to content

Commit

Permalink
The "taskqueue_fast" spinlocks were renamed to "fast_taskqueue" in
Browse files Browse the repository at this point in the history
subr_taskqueue.c:r1.32

Reported by:	rdivacky
  • Loading branch information
repppie committed Aug 26, 2006
1 parent 84ed9f9 commit bec31a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/kern/subr_witness.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ static struct witness_order_list_entry order_lists[] = {
{ "zstty", &lock_class_mtx_spin },
{ "ng_node", &lock_class_mtx_spin },
{ "ng_worklist", &lock_class_mtx_spin },
{ "taskqueue_fast", &lock_class_mtx_spin },
{ "fast_taskqueue", &lock_class_mtx_spin },
{ "intr table", &lock_class_mtx_spin },
{ "sleepq chain", &lock_class_mtx_spin },
{ "sched lock", &lock_class_mtx_spin },
Expand Down

0 comments on commit bec31a8

Please sign in to comment.