aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/include/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/openrisc/include/asm/processor.h')
-rw-r--r--arch/openrisc/include/asm/processor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/openrisc/include/asm/processor.h b/arch/openrisc/include/asm/processor.h
index 6ecfc2ab28e4..7f47fc7b7eae 100644
--- a/arch/openrisc/include/asm/processor.h
+++ b/arch/openrisc/include/asm/processor.h
@@ -93,7 +93,6 @@ extern unsigned long thread_saved_pc(struct task_struct *t);
93 93
94#define cpu_relax() barrier() 94#define cpu_relax() barrier()
95#define cpu_relax_yield() cpu_relax() 95#define cpu_relax_yield() cpu_relax()
96#define cpu_relax_lowlatency() cpu_relax()
97 96
98#endif /* __ASSEMBLY__ */ 97#endif /* __ASSEMBLY__ */
99#endif /* __ASM_OPENRISC_PROCESSOR_H */ 98#endif /* __ASM_OPENRISC_PROCESSOR_H */