diff options
Diffstat (limited to 'kernel/rcutree_plugin.h')
-rw-r--r-- | kernel/rcutree_plugin.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/rcutree_plugin.h b/kernel/rcutree_plugin.h index 9cb3a68819fa..5a80cdd9a0a3 100644 --- a/kernel/rcutree_plugin.h +++ b/kernel/rcutree_plugin.h | |||
@@ -687,8 +687,7 @@ static void rcu_preempt_check_callbacks(int cpu) | |||
687 | */ | 687 | */ |
688 | static void rcu_preempt_process_callbacks(void) | 688 | static void rcu_preempt_process_callbacks(void) |
689 | { | 689 | { |
690 | __rcu_process_callbacks(&rcu_preempt_state, | 690 | __rcu_process_callbacks(&rcu_preempt_state); |
691 | &__get_cpu_var(rcu_preempt_data)); | ||
692 | } | 691 | } |
693 | 692 | ||
694 | #ifdef CONFIG_RCU_BOOST | 693 | #ifdef CONFIG_RCU_BOOST |