taskqueue: Add missing comma to TASKQUEUE_FAST_DEFINE_THREAD
Add missing comma to TASKQUEUE_FAST_DEFINE_THREAD arguments to prevent compilation errors. Submitted by: ashafer_badland.io MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D30449
This commit is contained in:
parent
fbf75b113e
commit
27f09959d5
@ -191,7 +191,7 @@ SYSINIT(taskqueue_##name, SI_SUB_TASKQ, SI_ORDER_SECOND, \
|
||||
struct __hack
|
||||
#define TASKQUEUE_FAST_DEFINE_THREAD(name) \
|
||||
TASKQUEUE_FAST_DEFINE(name, taskqueue_thread_enqueue, \
|
||||
&taskqueue_##name, taskqueue_start_threads(&taskqueue_##name \
|
||||
&taskqueue_##name, taskqueue_start_threads(&taskqueue_##name, \
|
||||
1, PWAIT, "%s taskq", #name))
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user