aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rcutree.c')
-rw-r--r--kernel/rcutree.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/rcutree.c b/kernel/rcutree.c
index b2fc234ba1b9..71df6f9f5ce6 100644
--- a/kernel/rcutree.c
+++ b/kernel/rcutree.c
@@ -2931,11 +2931,6 @@ static int __cpuinit rcu_cpu_notify(struct notifier_block *self,
2931 break; 2931 break;
2932 case CPU_DYING: 2932 case CPU_DYING:
2933 case CPU_DYING_FROZEN: 2933 case CPU_DYING_FROZEN:
2934 /*
2935 * The whole machine is "stopped" except this CPU, so we can
2936 * touch any data without introducing corruption. We send the
2937 * dying CPU's callbacks to an arbitrarily chosen online CPU.
2938 */
2939 for_each_rcu_flavor(rsp) 2934 for_each_rcu_flavor(rsp)
2940 rcu_cleanup_dying_cpu(rsp); 2935 rcu_cleanup_dying_cpu(rsp);
2941 rcu_cleanup_after_idle(cpu); 2936 rcu_cleanup_after_idle(cpu);