commit | 04c7d9579f25ff0dd01efa958805f34c92bc6a71 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Jul 06 10:58:04 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Jul 06 10:58:04 2007 +0900 |
tree | 125a0da3b1d4397af86b562c5b4e8df1eedf10ab | |
parent | 75f016a7ce75220d898608791870ab7da549a430 [diff] |
sh: Correct __xdiv64_32/div64_32 return value size. These should be returning a uint32_t, whereas they were erroneously returning a u64 before. As the register sizes are 32-bits, this doesn't really make a lot of sense. Reported-by: Katsuya MATSUBARA <matsu@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>