diff options
Diffstat (limited to 'include/linux/sched.h')
| -rw-r--r-- | include/linux/sched.h | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index d747f948b34..0b40ee3f6d7 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -2578,13 +2578,6 @@ static inline void inc_syscw(struct task_struct *tsk)  #define TASK_SIZE_OF(tsk)	TASK_SIZE  #endif -/* - * Call the function if the target task is executing on a CPU right now: - */ -extern void task_oncpu_function_call(struct task_struct *p, -				     void (*func) (void *info), void *info); - -  #ifdef CONFIG_MM_OWNER  extern void mm_update_next_owner(struct mm_struct *mm);  extern void mm_init_owner(struct mm_struct *mm, struct task_struct *p);  |