From: Imre Deak Date: Mon, 2 Jan 2006 15:53:35 +0000 (+0200) Subject: ARM: OMAP: Fix OMAP2 DPLL clock rate calculation for large multipliers X-Git-Tag: v2.6.15-omap2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43f3f1d9d35c9e846de07c794cdf73b6b826a50c;p=pandora-kernel.git 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. --- Reading git-diff-tree failed