From: Paul Mackerras Date: Wed, 19 Oct 2005 23:37:02 +0000 (+1000) Subject: powerpc: Fix a corner case in __div64_32 X-Git-Tag: v2.6.15-rc1~59^2~145 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=344480b99730bfd205e306d3fd168cdcebe83425;p=pandora-kernel.git 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 --- Reading git-diff-tree failed