summaryrefslogtreecommitdiffstats
path: root/arch/cris/include/asm
diff options
context:
space:
mode:
authorAl Viro2012-10-03 20:46:55 +0200
committerAl Viro2012-10-15 05:12:25 +0200
commit69b58a67213506f98835b0ee8cf24324f59a1442 (patch)
tree554e56ac841e958398b0967784db8628dbbf48a3 /arch/cris/include/asm
parentLinux 3.7-rc1 (diff)
downloadkernel-qcow2-linux-69b58a67213506f98835b0ee8cf24324f59a1442.tar.gz
kernel-qcow2-linux-69b58a67213506f98835b0ee8cf24324f59a1442.tar.xz
kernel-qcow2-linux-69b58a67213506f98835b0ee8cf24324f59a1442.zip
cris: switch to generic kernel_thread()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/cris/include/asm')
-rw-r--r--arch/cris/include/asm/processor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/cris/include/asm/processor.h b/arch/cris/include/asm/processor.h
index ef4e1bc3efc8..675823f70c0f 100644
--- a/arch/cris/include/asm/processor.h
+++ b/arch/cris/include/asm/processor.h
@@ -49,8 +49,6 @@ struct task_struct;
#define task_pt_regs(task) user_regs(task_thread_info(task))
#define current_regs() task_pt_regs(current)
-extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags);
-
unsigned long get_wchan(struct task_struct *p);
#define KSTK_ESP(tsk) ((tsk) == current ? rdusp() : (tsk)->thread.usp)