aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include')
-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 0bc77619c3a..da6f5baeee5 100644
--- a/arch/s390/include/asm/processor.h
+++ b/arch/s390/include/asm/processor.h
@@ -135,7 +135,6 @@ struct seq_file;
135 135
136/* Free all resources held by a thread. */ 136/* Free all resources held by a thread. */
137extern void release_thread(struct task_struct *); 137extern void release_thread(struct task_struct *);
138extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags);
139 138
140/* 139/*
141 * Return saved PC of a blocked thread. 140 * Return saved PC of a blocked thread.