diff options
Diffstat (limited to 'arch/cris')
-rw-r--r-- | arch/cris/include/asm/processor.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/cris/include/asm/processor.h b/arch/cris/include/asm/processor.h index 4210d72a6667..37f522feabc1 100644 --- a/arch/cris/include/asm/processor.h +++ b/arch/cris/include/asm/processor.h | |||
@@ -50,10 +50,6 @@ struct task_struct; | |||
50 | #define task_pt_regs(task) user_regs(task_thread_info(task)) | 50 | #define task_pt_regs(task) user_regs(task_thread_info(task)) |
51 | #define current_regs() task_pt_regs(current) | 51 | #define current_regs() task_pt_regs(current) |
52 | 52 | ||
53 | static inline void prepare_to_copy(struct task_struct *tsk) | ||
54 | { | ||
55 | } | ||
56 | |||
57 | extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); | 53 | extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); |
58 | 54 | ||
59 | unsigned long get_wchan(struct task_struct *p); | 55 | unsigned long get_wchan(struct task_struct *p); |