diff options
Diffstat (limited to 'arch/m68k/include/asm/processor.h')
-rw-r--r-- | arch/m68k/include/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/processor.h b/arch/m68k/include/asm/processor.h index 13e07ae6786d..b0d044224ce5 100644 --- a/arch/m68k/include/asm/processor.h +++ b/arch/m68k/include/asm/processor.h | |||
@@ -157,6 +157,5 @@ unsigned long get_wchan(struct task_struct *p); | |||
157 | 157 | ||
158 | #define cpu_relax() barrier() | 158 | #define cpu_relax() barrier() |
159 | #define cpu_relax_yield() cpu_relax() | 159 | #define cpu_relax_yield() cpu_relax() |
160 | #define cpu_relax_lowlatency() cpu_relax() | ||
161 | 160 | ||
162 | #endif | 161 | #endif |