rcu: create rcu_my_thread_group_empty() wrapper
[pandora-kernel.git] / include / linux / rcupdate.h
index 07db2fe..db266bb 100644 (file)
@@ -190,6 +190,8 @@ static inline int rcu_read_lock_sched_held(void)
 
 #ifdef CONFIG_PROVE_RCU
 
+extern int rcu_my_thread_group_empty(void);
+
 /**
  * rcu_dereference_check - rcu_dereference with debug checking
  * @p: The pointer to read, prior to dereferencing