diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/rcu/update.c | 11 | 
1 files changed, 0 insertions, 11 deletions
| diff --git a/kernel/rcu/update.c b/kernel/rcu/update.c index 6cb3dff89e2b..a3596c8ec9e4 100644 --- a/kernel/rcu/update.c +++ b/kernel/rcu/update.c @@ -195,17 +195,6 @@ void wait_rcu_gp(call_rcu_func_t crf)  }  EXPORT_SYMBOL_GPL(wait_rcu_gp); -#ifdef CONFIG_PROVE_RCU -/* - * wrapper function to avoid #include problems. - */ -int rcu_my_thread_group_empty(void) -{ -	return thread_group_empty(current); -} -EXPORT_SYMBOL_GPL(rcu_my_thread_group_empty); -#endif /* #ifdef CONFIG_PROVE_RCU */ -  #ifdef CONFIG_DEBUG_OBJECTS_RCU_HEAD  static inline void debug_init_rcu_head(struct rcu_head *head)  { | 
