s390: switch to generic kernel_thread()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2012-09-21 20:48:32 -04:00
parent 37fe5d41f6
commit f9a7e025df
3 changed files with 34 additions and 40 deletions

View File

@@ -135,7 +135,6 @@ struct seq_file;
/* Free all resources held by a thread. */
extern void release_thread(struct task_struct *);
extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags);
/*
* Return saved PC of a blocked thread.