x86: split ret_from_fork

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2012-09-10 16:44:54 -04:00
parent 44f4b56b54
commit 7076aada10
7 changed files with 68 additions and 86 deletions

View File

@@ -589,11 +589,6 @@ typedef struct {
} mm_segment_t;
/*
* create a kernel thread without removing it from tasklists
*/
extern int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
/* Free all resources held by a thread. */
extern void release_thread(struct task_struct *);