summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-09-22 00:48:32 (GMT)
committerAl Viro <viro@zeniv.linux.org.uk>2012-10-01 03:03:03 (GMT)
commitf9a7e025dfc28783fd2b05812e663251acf4bf21 (patch)
treeb48ea29a01293afa82be905797268b7997852def /arch/s390/include/asm
parent37fe5d41f6403b0ea84c1586548bf1b03f834af0 (diff)
downloadlinux-fsl-qoriq-f9a7e025dfc28783fd2b05812e663251acf4bf21.tar.xz
s390: switch to generic kernel_thread()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/s390/include/asm')
-rw-r--r--arch/s390/include/asm/processor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/include/asm/processor.h b/arch/s390/include/asm/processor.h
index 0bc7761..da6f5ba 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.