aboutsummaryrefslogtreecommitdiff
path: root/arch/avr32/include
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-10-15 02:23:22 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2012-10-15 11:14:38 -0400
commit5adc807f707535a5ce97b5d69472ee74d6d099ac (patch)
tree837bc92007282a8acb0145ad7104bb0b7588470b /arch/avr32/include
parentddffeb8c4d0331609ef2581d84de4d763607bd37 (diff)
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 87d8baccc60..48d71c5c898 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)