summaryrefslogtreecommitdiff
path: root/arch/mn10300/include
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-09-22 22:18:23 (GMT)
committerAl Viro <viro@zeniv.linux.org.uk>2012-10-01 04:54:29 (GMT)
commit61b7fbc3f4ebdcfd34f9438adfab8df936a19e33 (patch)
tree95d590708d5f156f11ed891f9a88b296a2b89f22 /arch/mn10300/include
parent6e75421014cd02cc66298d35c4667e493da78914 (diff)
downloadlinux-61b7fbc3f4ebdcfd34f9438adfab8df936a19e33.tar.xz
mn10300: convert to generic kernel_thread()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/mn10300/include')
-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 0b844a2..8b80b19 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,
extern void release_thread(struct task_struct *);
/*
- * create a kernel thread without removing it from tasklists
- */
-extern int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
-
-/*
* Return saved PC of a blocked thread.
*/
extern unsigned long thread_saved_pc(struct task_struct *tsk);