diff options
Diffstat (limited to 'arch/mips/include/asm/processor.h')
-rw-r--r-- | arch/mips/include/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/processor.h b/arch/mips/include/asm/processor.h index 9a656f6afc7c..8ea95e77ec9d 100644 --- a/arch/mips/include/asm/processor.h +++ b/arch/mips/include/asm/processor.h | |||
@@ -390,7 +390,6 @@ unsigned long get_wchan(struct task_struct *p); | |||
390 | 390 | ||
391 | #define cpu_relax() barrier() | 391 | #define cpu_relax() barrier() |
392 | #define cpu_relax_yield() cpu_relax() | 392 | #define cpu_relax_yield() cpu_relax() |
393 | #define cpu_relax_lowlatency() cpu_relax() | ||
394 | 393 | ||
395 | /* | 394 | /* |
396 | * Return_address is a replacement for __builtin_return_address(count) | 395 | * Return_address is a replacement for __builtin_return_address(count) |