fork: move the real prepare_to_copy() users to arch_dup_task_struct()
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / unicore32 / include / asm / processor.h
index f0d780a51f9b5dec74a5310fe0f1fd2c4fdc7b28..14382cb09657f67333f5a32f4d95910ae10e0b1d 100644 (file)
@@ -68,9 +68,6 @@ struct task_struct;
 /* Free all resources held by a thread. */
 extern void release_thread(struct task_struct *);
 
-/* Prepare to copy thread state - unlazy all lazy status */
-#define prepare_to_copy(tsk)   do { } while (0)
-
 unsigned long get_wchan(struct task_struct *p);
 
 #define cpu_relax()                    barrier()