break;
case CPU_DYING:
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)
rcu_cleanup_dying_cpu(rsp);
-- rcu_cleanup_after_idle(cpu);
break;
case CPU_DEAD:
case CPU_DEAD_FROZEN:
rcu_init_one(&rcu_sched_state, &rcu_sched_data);
rcu_init_one(&rcu_bh_state, &rcu_bh_data);
__rcu_init_preempt();
-- rcu_init_nocb();
- - open_softirq(RCU_SOFTIRQ, rcu_process_callbacks);
+ + open_softirq(RCU_SOFTIRQ, rcu_process_callbacks);
/*
* We don't need protection against CPU-hotplug here because