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:
a4bcc95
)
powerpc: Fix a corner case in __div64_32
author
Paul Mackerras
<paulus@samba.org>
Wed, 19 Oct 2005 23:37:02 +0000
(09:37 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Wed, 19 Oct 2005 23:37:02 +0000
(09:37 +1000)
The code was incorrectly doing a division by 0 in the case where
the denominator was 0x100000000 and the divisor was 0xffffffff.
Thanks to Fred Liu of Motorola for pointing this out.
Signed-off-by: Paul Mackerras <paulus@samba.org>
No differences found