cpu/hotplug: Get rid of CPU_STARTING reference
[cascardo/linux.git] / kernel / cpu.c
index 9482ceb..ff8bc38 100644 (file)
@@ -889,7 +889,7 @@ void notify_cpu_starting(unsigned int cpu)
        struct cpuhp_cpu_state *st = per_cpu_ptr(&cpuhp_state, cpu);
        enum cpuhp_state target = min((int)st->target, CPUHP_AP_ONLINE);
 
-       rcu_cpu_starting(cpu);  /* All CPU_STARTING notifiers can use RCU. */
+       rcu_cpu_starting(cpu);  /* Enables RCU usage on this CPU. */
        while (st->state < target) {
                struct cpuhp_step *step;