diff options
Diffstat (limited to 'arch/um/include/asm/processor-generic.h')
-rw-r--r-- | arch/um/include/asm/processor-generic.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/um/include/asm/processor-generic.h b/arch/um/include/asm/processor-generic.h index 98d01bc4fa92..63b716052d20 100644 --- a/arch/um/include/asm/processor-generic.h +++ b/arch/um/include/asm/processor-generic.h | |||
@@ -76,11 +76,6 @@ static inline void release_thread(struct task_struct *task) | |||
76 | 76 | ||
77 | extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); | 77 | extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); |
78 | 78 | ||
79 | static inline void prepare_to_copy(struct task_struct *tsk) | ||
80 | { | ||
81 | } | ||
82 | |||
83 | |||
84 | extern unsigned long thread_saved_pc(struct task_struct *t); | 79 | extern unsigned long thread_saved_pc(struct task_struct *t); |
85 | 80 | ||
86 | static inline void mm_copy_segments(struct mm_struct *from_mm, | 81 | static inline void mm_copy_segments(struct mm_struct *from_mm, |