vserver 1.9.5.x5
[linux-2.6.git] / include / asm-ia64 / delay.h
index aa627cf..57182d6 100644 (file)
@@ -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 */