ARM: udelay: prevent math rounding resulting in short udelays
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 10 Jan 2011 23:55:59 +0000 (23:55 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 10 Jan 2011 23:55:59 +0000 (23:55 +0000)
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>

No differences found