]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ep93xx timer: Fix possible overflow in usecs_to_ticks()
authorMatthias Kaehlcke <matthias@kaehlcke.net>
Tue, 9 Mar 2010 21:13:20 +0000 (22:13 +0100)
committertrix <trix@windriver.com>
Sat, 13 Mar 2010 18:44:58 +0000 (12:44 -0600)
commit39ecbfcce0c7bda0fba37e4dfca520927513f4ca
tree512e96172d23da9756534e733e7b2f9eacb29220
parent8d9ba7507fc66d83de0fa479e610b6951f4779d5
ep93xx timer: Fix possible overflow in usecs_to_ticks()

ep93xx timer: Use 64-bit values in usecs_to_ticks() in order to avoid
overflows in intermediate values

Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
cpu/arm920t/ep93xx/timer.c