aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300/include/asm/processor.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-09-22 18:18:23 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2012-10-01 00:54:29 -0400
commit61b7fbc3f4ebdcfd34f9438adfab8df936a19e33 (patch)
tree95d590708d5f156f11ed891f9a88b296a2b89f22 /arch/mn10300/include/asm/processor.h
parent6e75421014cd02cc66298d35c4667e493da78914 (diff)
mn10300: convert to generic kernel_thread()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/mn10300/include/asm/processor.h')
-rw-r--r--arch/mn10300/include/asm/processor.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mn10300/include/asm/processor.h b/arch/mn10300/include/asm/processor.h
index 0b844a254067..8b80b19d0c8a 100644
--- a/arch/mn10300/include/asm/processor.h
+++ b/arch/mn10300/include/asm/processor.h
@@ -133,11 +133,6 @@ static inline void start_thread(struct pt_regs *regs,
133extern void release_thread(struct task_struct *); 133extern void release_thread(struct task_struct *);
134 134
135/* 135/*
136 * create a kernel thread without removing it from tasklists
137 */
138extern int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
139
140/*
141 * Return saved PC of a blocked thread. 136 * Return saved PC of a blocked thread.
142 */ 137 */
143extern unsigned long thread_saved_pc(struct task_struct *tsk); 138extern unsigned long thread_saved_pc(struct task_struct *tsk);