|
@@ -2051,14 +2051,13 @@ extern void xtime_update(unsigned long ticks);
|
|
|
|
|
|
extern int wake_up_state(struct task_struct *tsk, unsigned int state);
|
|
|
extern int wake_up_process(struct task_struct *tsk);
|
|
|
-extern void wake_up_new_task(struct task_struct *tsk,
|
|
|
- unsigned long clone_flags);
|
|
|
+extern void wake_up_new_task(struct task_struct *tsk);
|
|
|
#ifdef CONFIG_SMP
|
|
|
extern void kick_process(struct task_struct *tsk);
|
|
|
#else
|
|
|
static inline void kick_process(struct task_struct *tsk) { }
|
|
|
#endif
|
|
|
-extern void sched_fork(struct task_struct *p, int clone_flags);
|
|
|
+extern void sched_fork(struct task_struct *p);
|
|
|
extern void sched_dead(struct task_struct *p);
|
|
|
|
|
|
extern void proc_caches_init(void);
|