summaryrefslogtreecommitdiff
path: root/kern/work.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/work.h')
-rw-r--r--kern/work.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/kern/work.h b/kern/work.h
index 09aff389..ccd3c507 100644
--- a/kern/work.h
+++ b/kern/work.h
@@ -151,9 +151,8 @@ void work_report_periodic_event(void);
/*
* This init operation provides :
- * - works can be scheduled
- * - module fully initialized
+ * - work / work queue initialization and scheduling
*/
-INIT_OP_DECLARE(work_setup);
+INIT_OP_DECLARE(work_bootstrap);
#endif /* _KERN_WORK_H */