summaryrefslogtreecommitdiffstats
path: root/arch/h8300/include/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/h8300/include/asm/processor.h')
-rw-r--r--arch/h8300/include/asm/processor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/h8300/include/asm/processor.h b/arch/h8300/include/asm/processor.h
index 111df7397ac7..683a061c3cb5 100644
--- a/arch/h8300/include/asm/processor.h
+++ b/arch/h8300/include/asm/processor.h
@@ -127,6 +127,7 @@ unsigned long get_wchan(struct task_struct *p);
#define KSTK_ESP(tsk) ((tsk) == current ? rdusp() : (tsk)->thread.usp)
#define cpu_relax() barrier()
+#define cpu_relax_yield() cpu_relax()
#define cpu_relax_lowlatency() cpu_relax()
#define HARD_RESET_NOW() ({ \