diff options
Diffstat (limited to 'include/linux/sched.h')
| -rw-r--r-- | include/linux/sched.h | 10 | 
1 files changed, 2 insertions, 8 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 0dd42a02df2..530c52ef873 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -109,6 +109,8 @@ extern void update_cpu_load_nohz(void);  extern unsigned long get_parent_ip(unsigned long addr); +extern void dump_cpu_task(int cpu); +  struct seq_file;  struct cfs_rq;  struct task_group; @@ -1844,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)  {  |