diff options
Diffstat (limited to 'include/linux/rcutree.h')
| -rw-r--r-- | include/linux/rcutree.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/include/linux/rcutree.h b/include/linux/rcutree.h index d2e583a6aaca..456879143f89 100644 --- a/include/linux/rcutree.h +++ b/include/linux/rcutree.h | |||
| @@ -31,9 +31,7 @@ | |||
| 31 | #define __LINUX_RCUTREE_H | 31 | #define __LINUX_RCUTREE_H |
| 32 | 32 | ||
| 33 | void rcu_note_context_switch(void); | 33 | void rcu_note_context_switch(void); |
| 34 | #ifndef CONFIG_RCU_NOCB_CPU_ALL | 34 | int rcu_needs_cpu(u64 basem, u64 *nextevt); |
| 35 | int rcu_needs_cpu(unsigned long *delta_jiffies); | ||
| 36 | #endif /* #ifndef CONFIG_RCU_NOCB_CPU_ALL */ | ||
| 37 | void rcu_cpu_stall_reset(void); | 35 | void rcu_cpu_stall_reset(void); |
| 38 | 36 | ||
| 39 | /* | 37 | /* |
| @@ -93,6 +91,11 @@ void rcu_force_quiescent_state(void); | |||
| 93 | void rcu_bh_force_quiescent_state(void); | 91 | void rcu_bh_force_quiescent_state(void); |
| 94 | void rcu_sched_force_quiescent_state(void); | 92 | void rcu_sched_force_quiescent_state(void); |
| 95 | 93 | ||
| 94 | void rcu_idle_enter(void); | ||
| 95 | void rcu_idle_exit(void); | ||
| 96 | void rcu_irq_enter(void); | ||
| 97 | void rcu_irq_exit(void); | ||
| 98 | |||
| 96 | void exit_rcu(void); | 99 | void exit_rcu(void); |
| 97 | 100 | ||
| 98 | void rcu_scheduler_starting(void); | 101 | void rcu_scheduler_starting(void); |
