summaryrefslogtreecommitdiff
path: root/kern/rcu.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/rcu.h')
-rw-r--r--kern/rcu.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/kern/rcu.h b/kern/rcu.h
index 1ddae7d7..48079d0c 100644
--- a/kern/rcu.h
+++ b/kern/rcu.h
@@ -138,9 +138,8 @@ void rcu_wait(void);
/*
* This init operation provides :
- * - read-side critical sections may be used
- * - module fully initialized
+ * - read-side critical sections usable
*/
-INIT_OP_DECLARE(rcu_setup);
+INIT_OP_DECLARE(rcu_bootstrap);
#endif /* _KERN_RCU_H */