diff options
Diffstat (limited to 'include/linux/sched.h')
| -rw-r--r-- | include/linux/sched.h | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index ba69b5adea3..530c52ef873 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1846,14 +1846,6 @@ static inline void rcu_copy_process(struct task_struct *p)  #endif -static inline void rcu_switch(struct task_struct *prev, -			      struct task_struct *next) -{ -#ifdef CONFIG_RCU_USER_QS -	rcu_user_hooks_switch(prev, next); -#endif -} -  static inline void tsk_restore_flags(struct task_struct *task,  				unsigned long orig_flags, unsigned long flags)  {  |