]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ep93xx: Fix calculation of sys ticks in clk_to_systicks()
authorMatthias Kaehlcke <matthias@kaehlcke.net>
Tue, 23 Feb 2010 23:22:00 +0000 (00:22 +0100)
committerTom Rix <Tom.Rix@windriver.com>
Sun, 7 Mar 2010 18:36:35 +0000 (12:36 -0600)
commitd9f505e3cddbb7afce26dcfe0fd19b207ee57c09
tree288d69c21bad9dc2c86d79a02d684d280a27fce7
parent041d42e789aba20296ffcde92173f100a9592880
ep93xx: Fix calculation of sys ticks in clk_to_systicks()

ep93xx: Use unsigned long long for calculation of sys ticks in clk_to_systicks()
for proper handling of large intermediate values

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