diff options
Diffstat (limited to 'kernel/rcutree.h')
-rw-r--r-- | kernel/rcutree.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/kernel/rcutree.h b/kernel/rcutree.h index a6a97171dac6..93d4a1c2e88b 100644 --- a/kernel/rcutree.h +++ b/kernel/rcutree.h | |||
@@ -444,15 +444,12 @@ static void rcu_preempt_send_cbs_to_online(void); | |||
444 | static void __init __rcu_init_preempt(void); | 444 | static void __init __rcu_init_preempt(void); |
445 | static void rcu_needs_cpu_flush(void); | 445 | static void rcu_needs_cpu_flush(void); |
446 | static void __init rcu_init_boost_waitqueue(struct rcu_node *rnp); | 446 | static void __init rcu_init_boost_waitqueue(struct rcu_node *rnp); |
447 | static void rcu_initiate_boost(struct rcu_node *rnp); | 447 | static void rcu_initiate_boost(struct rcu_node *rnp, unsigned long flags); |
448 | static void rcu_boost_kthread_setaffinity(struct rcu_node *rnp, | 448 | static void rcu_boost_kthread_setaffinity(struct rcu_node *rnp, |
449 | cpumask_var_t cm); | 449 | cpumask_var_t cm); |
450 | static void rcu_preempt_boost_start_gp(struct rcu_node *rnp); | 450 | static void rcu_preempt_boost_start_gp(struct rcu_node *rnp); |
451 | static int __cpuinit rcu_spawn_one_boost_kthread(struct rcu_state *rsp, | 451 | static int __cpuinit rcu_spawn_one_boost_kthread(struct rcu_state *rsp, |
452 | struct rcu_node *rnp, | 452 | struct rcu_node *rnp, |
453 | int rnp_index); | 453 | int rnp_index); |
454 | #ifdef CONFIG_HOTPLUG_CPU | ||
455 | static void rcu_stop_boost_kthread(struct rcu_node *rnp); | ||
456 | #endif /* #ifdef CONFIG_HOTPLUG_CPU */ | ||
457 | 454 | ||
458 | #endif /* #ifndef RCU_TREE_NONCORE */ | 455 | #endif /* #ifndef RCU_TREE_NONCORE */ |