|
@@ -1844,14 +1844,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)
|
|
|
{
|