Files
linux-legacy/arch/arm/lib
Russell King 48347800be ARM: udelay: prevent math rounding resulting in short udelays
We perform the microseconds to loops calculation using a number of
multiplies and shift rights.  Each shift right rounds down the
resulting value, which can result in delays shorter than requested.
Ensure that we always round up.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2011-01-29 09:21:06 -06:00
..
2008-11-27 12:37:59 +00:00
2008-10-09 21:31:56 +01:00