aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-s390
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-s390')
-rw-r--r--include/asm-s390/processor.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/asm-s390/processor.h b/include/asm-s390/processor.h
index cbbedc63ba25..5dc6b938895f 100644
--- a/include/asm-s390/processor.h
+++ b/include/asm-s390/processor.h
@@ -201,9 +201,8 @@ unsigned long get_wchan(struct task_struct *p);
201static inline void cpu_relax(void) 201static inline void cpu_relax(void)
202{ 202{
203 if (MACHINE_HAS_DIAG44) 203 if (MACHINE_HAS_DIAG44)
204 asm volatile("diag 0,0,68" : : : "memory"); 204 asm volatile("diag 0,0,68");
205 else 205 barrier();
206 barrier();
207} 206}
208 207
209/* 208/*