|
@@ -2931,11 +2931,6 @@ static int __cpuinit rcu_cpu_notify(struct notifier_block *self,
|
|
|
break;
|
|
break;
|
|
|
case CPU_DYING:
|
|
case CPU_DYING:
|
|
|
case CPU_DYING_FROZEN:
|
|
case CPU_DYING_FROZEN:
|
|
|
- /*
|
|
|
|
|
- * The whole machine is "stopped" except this CPU, so we can
|
|
|
|
|
- * touch any data without introducing corruption. We send the
|
|
|
|
|
- * dying CPU's callbacks to an arbitrarily chosen online CPU.
|
|
|
|
|
- */
|
|
|
|
|
for_each_rcu_flavor(rsp)
|
|
for_each_rcu_flavor(rsp)
|
|
|
rcu_cleanup_dying_cpu(rsp);
|
|
rcu_cleanup_dying_cpu(rsp);
|
|
|
rcu_cleanup_after_idle(cpu);
|
|
rcu_cleanup_after_idle(cpu);
|