diff options
Diffstat (limited to 'arch/arm/include/asm/processor.h')
-rw-r--r-- | arch/arm/include/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/processor.h b/arch/arm/include/asm/processor.h index db660e0b4bd3..9e71c58bfa6f 100644 --- a/arch/arm/include/asm/processor.h +++ b/arch/arm/include/asm/processor.h | |||
@@ -83,7 +83,6 @@ unsigned long get_wchan(struct task_struct *p); | |||
83 | #endif | 83 | #endif |
84 | 84 | ||
85 | #define cpu_relax_yield() cpu_relax() | 85 | #define cpu_relax_yield() cpu_relax() |
86 | #define cpu_relax_lowlatency() cpu_relax() | ||
87 | 86 | ||
88 | #define task_pt_regs(p) \ | 87 | #define task_pt_regs(p) \ |
89 | ((struct pt_regs *)(THREAD_START_SP + task_stack_page(p)) - 1) | 88 | ((struct pt_regs *)(THREAD_START_SP + task_stack_page(p)) - 1) |