ARM: fix delays
[deliverable/linux.git] / arch / arm / include / asm / delay.h
index b7a4281543556cfb82f716e0fc0337dae363187c..b1ce037e4380dcea92f6774c0f7dc1ad9c9569f3 100644 (file)
@@ -10,7 +10,7 @@
 #include <asm/param.h> /* HZ */
 
 #define MAX_UDELAY_MS  2
-#define UDELAY_MULT    UL(2047 * HZ + 483648 * HZ / 1000000)
+#define UDELAY_MULT    UL(2147 * HZ + 483648 * HZ / 1000000)
 #define UDELAY_SHIFT   31
 
 #ifndef __ASSEMBLY__
This page took 0.02518 seconds and 5 git commands to generate.