diff options
-rw-r--r-- | kernel/rcu/tree.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c index d52780024f9f..865af187498e 100644 --- a/kernel/rcu/tree.c +++ b/kernel/rcu/tree.c | |||
@@ -3131,13 +3131,6 @@ __call_rcu(struct rcu_head *head, rcu_callback_t func, | |||
3131 | } | 3131 | } |
3132 | head->func = func; | 3132 | head->func = func; |
3133 | head->next = NULL; | 3133 | head->next = NULL; |
3134 | |||
3135 | /* | ||
3136 | * Opportunistically note grace-period endings and beginnings. | ||
3137 | * Note that we might see a beginning right after we see an | ||
3138 | * end, but never vice versa, since this CPU has to pass through | ||
3139 | * a quiescent state betweentimes. | ||
3140 | */ | ||
3141 | local_irq_save(flags); | 3134 | local_irq_save(flags); |
3142 | rdp = this_cpu_ptr(rsp->rda); | 3135 | rdp = this_cpu_ptr(rsp->rda); |
3143 | 3136 | ||