diff options
Diffstat (limited to 'kernel/rcutree.h')
-rw-r--r-- | kernel/rcutree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcutree.h b/kernel/rcutree.h index 05e03675439a..58c9fc3bc820 100644 --- a/kernel/rcutree.h +++ b/kernel/rcutree.h | |||
@@ -449,7 +449,7 @@ static void rcu_report_exp_rnp(struct rcu_state *rsp, struct rcu_node *rnp, | |||
449 | bool wake); | 449 | bool wake); |
450 | #endif /* #if defined(CONFIG_HOTPLUG_CPU) || defined(CONFIG_TREE_PREEMPT_RCU) */ | 450 | #endif /* #if defined(CONFIG_HOTPLUG_CPU) || defined(CONFIG_TREE_PREEMPT_RCU) */ |
451 | static int rcu_preempt_pending(int cpu); | 451 | static int rcu_preempt_pending(int cpu); |
452 | static int rcu_preempt_needs_cpu(int cpu); | 452 | static int rcu_preempt_cpu_has_callbacks(int cpu); |
453 | static void __cpuinit rcu_preempt_init_percpu_data(int cpu); | 453 | static void __cpuinit rcu_preempt_init_percpu_data(int cpu); |
454 | static void rcu_preempt_cleanup_dying_cpu(void); | 454 | static void rcu_preempt_cleanup_dying_cpu(void); |
455 | static void __init __rcu_init_preempt(void); | 455 | static void __init __rcu_init_preempt(void); |