diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-09-21 20:48:32 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-09-30 23:03:03 -0400 |
commit | f9a7e025dfc28783fd2b05812e663251acf4bf21 (patch) | |
tree | b48ea29a01293afa82be905797268b7997852def /arch/s390/include/asm/processor.h | |
parent | 37fe5d41f6403b0ea84c1586548bf1b03f834af0 (diff) |
s390: switch to generic kernel_thread()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/s390/include/asm/processor.h')
-rw-r--r-- | arch/s390/include/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/include/asm/processor.h b/arch/s390/include/asm/processor.h index 0bc77619c3a..da6f5baeee5 100644 --- a/arch/s390/include/asm/processor.h +++ b/arch/s390/include/asm/processor.h @@ -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. |