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)
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.


No differences found