rcu: permit suppressing current grace period's CPU stall warnings
[linux-2.6-block.git] / include / linux / rcutree.h
index c0ed1c056f290701def0e0116b6aad72ada30c91..0726809497ba8d006cd144508bbc6908e9d8ca52 100644 (file)
@@ -36,6 +36,7 @@ extern void rcu_sched_qs(int cpu);
 extern void rcu_bh_qs(int cpu);
 extern void rcu_note_context_switch(int cpu);
 extern int rcu_needs_cpu(int cpu);
+extern void rcu_cpu_stall_reset(void);
 
 #ifdef CONFIG_TREE_PREEMPT_RCU
 
@@ -95,6 +96,8 @@ static inline void synchronize_rcu_bh_expedited(void)
        synchronize_sched_expedited();
 }
 
+extern void rcu_barrier(void);
+
 extern void rcu_check_callbacks(int cpu, int user);
 
 extern long rcu_batches_completed(void);