fork: move the real prepare_to_copy() users to arch_dup_task_struct()
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / avr32 / include / asm / processor.h
index 108502bc67706786d3125dff42be43f6a1d9b7d2..87d8baccc60e908c475c72dff993e4f5ec79a817 100644 (file)
@@ -145,9 +145,6 @@ extern void release_thread(struct task_struct *);
 /* Create a kernel thread without removing it from tasklists */
 extern int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
 
-/* Prepare to copy thread state - unlazy all lazy status */
-#define prepare_to_copy(tsk) do { } while(0)
-
 /* Return saved PC of a blocked thread */
 #define thread_saved_pc(tsk)    ((tsk)->thread.cpu_context.pc)