hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/Documentation/RCU/checklist.rst
....@@ -214,7 +214,7 @@
214214 the rest of the system.
215215
216216 7. As of v4.20, a given kernel implements only one RCU flavor,
217
- which is RCU-sched for PREEMPTION=n and RCU-preempt for PREEMPTION=y.
217
+ which is RCU-sched for PREEMPT=n and RCU-preempt for PREEMPT=y.
218218 If the updater uses call_rcu() or synchronize_rcu(),
219219 then the corresponding readers my use rcu_read_lock() and
220220 rcu_read_unlock(), rcu_read_lock_bh() and rcu_read_unlock_bh(),