diff options
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/include/asm/processor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68k/include/asm/processor.h b/arch/m68k/include/asm/processor.h index 46460fa15d5c..f17c42aff7ff 100644 --- a/arch/m68k/include/asm/processor.h +++ b/arch/m68k/include/asm/processor.h | |||
@@ -153,9 +153,6 @@ static inline void release_thread(struct task_struct *dead_task) | |||
153 | { | 153 | { |
154 | } | 154 | } |
155 | 155 | ||
156 | /* Prepare to copy thread state - unlazy all lazy status */ | ||
157 | #define prepare_to_copy(tsk) do { } while (0) | ||
158 | |||
159 | extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); | 156 | extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); |
160 | 157 | ||
161 | /* | 158 | /* |