git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93cb1e8
)
ARM: OMAP: Fix OMAP2 DPLL clock rate calculation for large multipliers
author
Imre Deak
<imre.deak@nokia.com>
Mon, 2 Jan 2006 15:53:35 +0000
(17:53 +0200)
committer
Juha 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