rcu: Fix invoke_rcu_callbacks() comment
[firefly-linux-kernel-4.4.55.git] / kernel / rcu / tree.c
index 4c106fcc0d54a79d905edf0a6619c77fe2e369e1..9c25b99e2c3386ee39a93b5e837bc7e3833bb68a 100644 (file)
@@ -2601,7 +2601,7 @@ static void rcu_process_callbacks(struct softirq_action *unused)
  * Schedule RCU callback invocation.  If the specified type of RCU
  * does not support RCU priority boosting, just do a direct call,
  * otherwise wake up the per-CPU kernel kthread.  Note that because we
- * are running on the current CPU with interrupts disabled, the
+ * are running on the current CPU with softirqs disabled, the
  * rcu_cpu_kthread_task cannot disappear out from under us.
  */
 static void invoke_rcu_callbacks(struct rcu_state *rsp, struct rcu_data *rdp)