summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-ia64/delay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ia64/delay.h b/include/asm-ia64/delay.h
index aa627cfd88f5..57182d6f2b9a 100644
--- a/include/asm-ia64/delay.h
+++ b/include/asm-ia64/delay.h
@@ -91,7 +91,7 @@ udelay (unsigned long usecs)
unsigned long cycles = usecs*local_cpu_data->cyc_per_usec;
while (ia64_get_itc() - start < cycles)
- /* skip */;
+ cpu_relax();
}
#endif /* _ASM_IA64_DELAY_H */