diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-09-22 18:18:23 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-01 00:54:29 -0400 |
commit | 61b7fbc3f4ebdcfd34f9438adfab8df936a19e33 (patch) | |
tree | 95d590708d5f156f11ed891f9a88b296a2b89f22 /arch/mn10300/include/asm/processor.h | |
parent | 6e75421014cd02cc66298d35c4667e493da78914 (diff) | |
download | talos-obmc-linux-61b7fbc3f4ebdcfd34f9438adfab8df936a19e33.tar.gz talos-obmc-linux-61b7fbc3f4ebdcfd34f9438adfab8df936a19e33.zip |
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.h | 5 |
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, 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); |