diff options
Diffstat (limited to 'kernel/rcutree.h')
-rw-r--r-- | kernel/rcutree.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/rcutree.h b/kernel/rcutree.h index a81188c42929..8bb03cb07447 100644 --- a/kernel/rcutree.h +++ b/kernel/rcutree.h | |||
@@ -306,7 +306,8 @@ long rcu_batches_completed(void); | |||
306 | static void rcu_preempt_note_context_switch(int cpu); | 306 | static void rcu_preempt_note_context_switch(int cpu); |
307 | static int rcu_preempted_readers(struct rcu_node *rnp); | 307 | static int rcu_preempted_readers(struct rcu_node *rnp); |
308 | #ifdef CONFIG_HOTPLUG_CPU | 308 | #ifdef CONFIG_HOTPLUG_CPU |
309 | static void task_quiet(struct rcu_node *rnp, unsigned long flags); | 309 | static void rcu_report_unblock_qs_rnp(struct rcu_node *rnp, |
310 | unsigned long flags); | ||
310 | #endif /* #ifdef CONFIG_HOTPLUG_CPU */ | 311 | #endif /* #ifdef CONFIG_HOTPLUG_CPU */ |
311 | #ifdef CONFIG_RCU_CPU_STALL_DETECTOR | 312 | #ifdef CONFIG_RCU_CPU_STALL_DETECTOR |
312 | static void rcu_print_task_stall(struct rcu_node *rnp); | 313 | static void rcu_print_task_stall(struct rcu_node *rnp); |