|
@@ -2295,8 +2295,6 @@ extern struct mm_struct *get_task_mm(struct task_struct *task);
|
|
|
extern struct mm_struct *mm_access(struct task_struct *task, unsigned int mode);
|
|
|
/* Remove the current tasks stale references to the old mm_struct */
|
|
|
extern void mm_release(struct task_struct *, struct mm_struct *);
|
|
|
-/* Allocate a new mm structure and copy contents from tsk->mm */
|
|
|
-extern struct mm_struct *dup_mm(struct task_struct *tsk);
|
|
|
|
|
|
extern int copy_thread(unsigned long, unsigned long, unsigned long,
|
|
|
struct task_struct *);
|