summaryrefslogtreecommitdiffstats
path: root/arch/avr32/include
diff options
context:
space:
mode:
authorAl Viro2012-10-15 08:23:22 +0200
committerAl Viro2012-10-15 17:14:38 +0200
commit5adc807f707535a5ce97b5d69472ee74d6d099ac (patch)
tree837bc92007282a8acb0145ad7104bb0b7588470b /arch/avr32/include
parentLinux 3.7-rc1 (diff)
downloadkernel-qcow2-linux-5adc807f707535a5ce97b5d69472ee74d6d099ac.tar.gz
kernel-qcow2-linux-5adc807f707535a5ce97b5d69472ee74d6d099ac.tar.xz
kernel-qcow2-linux-5adc807f707535a5ce97b5d69472ee74d6d099ac.zip
avr32: switch to generic kernel_thread()/kernel_execve()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/avr32/include')
-rw-r--r--arch/avr32/include/asm/processor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/avr32/include/asm/processor.h b/arch/avr32/include/asm/processor.h
index 87d8baccc60e..48d71c5c898a 100644
--- a/arch/avr32/include/asm/processor.h
+++ b/arch/avr32/include/asm/processor.h
@@ -142,9 +142,6 @@ struct task_struct;
/* Free all resources held by a thread */
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 */
#define thread_saved_pc(tsk) ((tsk)->thread.cpu_context.pc)