X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-ia64%2Fdelay.h;h=57182d6f2b9a10c3f3f9f288d1e6f4613a9121bd;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=aa627cfd88f5ce4a612991982d2df64ec99b9f1c;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-ia64/delay.h b/include/asm-ia64/delay.h index aa627cfd8..57182d6f2 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 */