Files
kernel-tenderloin-3.0/arch/arm/lib
Jeff Ohlstein 910f724fa6 arm: delay: annotate delay constant as unsigned long
Currently the __udelay function causes the following compiler warning
when HZ is set to 1000:

arch/arm/lib/delay.c: In function __udelay:
arch/arm/lib/delay.c:88: warning: integer overflow in expression

The overflow does not occur if the constant is unsigned.

Signed-off-by: Jeff Ohlstein <johlstei@codeaurora.org>
2011-10-03 10:25:54 -07:00
..
2011-10-03 09:57:10 -07:00
2008-11-27 12:37:59 +00:00
2009-09-15 09:37:12 -07:00