commit | 344480b99730bfd205e306d3fd168cdcebe83425 | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Thu Oct 20 09:37:02 2005 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Thu Oct 20 09:37:02 2005 +1000 |
tree | 43e3d75779307d9ee36f001718efe6ef6fa220d3 | |
parent | a4bcc95a3ad0ccba6d7b39442dfb81cc57bb7121 [diff] |
powerpc: Fix a corner case in __div64_32 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>