aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm64/include/asm/processor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/include/asm/processor.h b/arch/arm64/include/asm/processor.h
index 286b1bec547c..f131a98e1e64 100644
--- a/arch/arm64/include/asm/processor.h
+++ b/arch/arm64/include/asm/processor.h
@@ -123,9 +123,6 @@ struct task_struct;
123/* Free all resources held by a thread. */ 123/* Free all resources held by a thread. */
124extern void release_thread(struct task_struct *); 124extern void release_thread(struct task_struct *);
125 125
126/* Prepare to copy thread state - unlazy all lazy status */
127#define prepare_to_copy(tsk) do { } while (0)
128
129unsigned long get_wchan(struct task_struct *p); 126unsigned long get_wchan(struct task_struct *p);
130 127
131#define cpu_relax() barrier() 128#define cpu_relax() barrier()