diff options
Diffstat (limited to 'arch/nios2/include/asm/processor.h')
-rw-r--r-- | arch/nios2/include/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/nios2/include/asm/processor.h b/arch/nios2/include/asm/processor.h index 303e5932a733..d32c17669123 100644 --- a/arch/nios2/include/asm/processor.h +++ b/arch/nios2/include/asm/processor.h | |||
@@ -89,7 +89,6 @@ extern unsigned long get_wchan(struct task_struct *p); | |||
89 | 89 | ||
90 | #define cpu_relax() barrier() | 90 | #define cpu_relax() barrier() |
91 | #define cpu_relax_yield() cpu_relax() | 91 | #define cpu_relax_yield() cpu_relax() |
92 | #define cpu_relax_lowlatency() cpu_relax() | ||
93 | 92 | ||
94 | #endif /* __ASSEMBLY__ */ | 93 | #endif /* __ASSEMBLY__ */ |
95 | 94 | ||