]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: Fix OMAP2 DPLL clock rate calculation for large multipliers
authorImre Deak <imre.deak@nokia.com>
Mon, 2 Jan 2006 15:53:35 +0000 (17:53 +0200)
committerJuha Yrjola <juha.yrjola@nokia.com>
Mon, 2 Jan 2006 15:53:35 +0000 (17:53 +0200)
commit43f3f1d9d35c9e846de07c794cdf73b6b826a50c
treea29c8bdc3185645299f98c21879cd285f681d8d3
parent93cb1e87df6ac03d315c0408634831e7db898a77
ARM: OMAP: Fix OMAP2 DPLL clock rate calculation for large multipliers

If the multiplier is large enough the result may not fit in 32 bits.
Use a 64-bit scratch variable and 64-bit division instead.
arch/arm/mach-omap2/clock.c