X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Fasm-i386%2Fdelay.h;h=456db8501c09390dc921c6212dc2d732d1bd81be;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=72930c7109bbaf798a285762f764924a72947147;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/include/asm-i386/delay.h b/include/asm-i386/delay.h index 72930c710..456db8501 100644 --- a/include/asm-i386/delay.h +++ b/include/asm-i386/delay.h @@ -16,7 +16,7 @@ extern void __const_udelay(unsigned long usecs); extern void __delay(unsigned long loops); #define udelay(n) (__builtin_constant_p(n) ? \ - ((n) > 20000 ? __bad_udelay() : __const_udelay((n) * 0x10c6ul)) : \ + ((n) > 20000 ? __bad_udelay() : __const_udelay((n) * 0x10c7ul)) : \ __udelay(n)) #define ndelay(n) (__builtin_constant_p(n) ? \