diff options
Diffstat (limited to 'arch/um')
-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 7827394a5b6c..69f1c57a8d0d 100644 --- a/arch/um/include/asm/processor-generic.h +++ b/arch/um/include/asm/processor-generic.h | |||
@@ -74,11 +74,6 @@ static inline void release_thread(struct task_struct *task) | |||
74 | 74 | ||
75 | extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); | 75 | extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); |
76 | 76 | ||
77 | static inline void prepare_to_copy(struct task_struct *tsk) | ||
78 | { | ||
79 | } | ||
80 | |||
81 | |||
82 | extern unsigned long thread_saved_pc(struct task_struct *t); | 77 | extern unsigned long thread_saved_pc(struct task_struct *t); |
83 | 78 | ||
84 | static inline void mm_copy_segments(struct mm_struct *from_mm, | 79 | static inline void mm_copy_segments(struct mm_struct *from_mm, |