aboutsummaryrefslogtreecommitdiff
path: root/arch/unicore32/include/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/unicore32/include/asm/processor.h')
-rw-r--r--arch/unicore32/include/asm/processor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/unicore32/include/asm/processor.h b/arch/unicore32/include/asm/processor.h
index f0d780a51f9b..14382cb09657 100644
--- a/arch/unicore32/include/asm/processor.h
+++ b/arch/unicore32/include/asm/processor.h
@@ -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()