sh: Kill off udivdi3 div64_32 wrapping.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 28 Mar 2007 08:14:45 +0000 (17:14 +0900)
committerPaul Mundt <lethal@hera.kernel.org>
Mon, 7 May 2007 02:11:55 +0000 (02:11 +0000)
commitcdf50b23bf83624708d0abbb381a1c1694e42e19
tree88c439ae3f3e679b98adc19fe18cb9286299c64e
parent01066625e9ae39742c92e21163f7f2a818e02762
sh: Kill off udivdi3 div64_32 wrapping.

Previously we've been handling udivdi3 references and wrapping
them in to div64_32() automatically. This doesn't get a lot of
use, however, and as akpm noted in the recent thread on l-k:

http://lkml.org/lkml/2007/2/27/241

we're better off simply ripping it out and going the do_div()
route if there happen to be any places that need it.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/sh_ksyms.c
arch/sh/lib/Makefile
arch/sh/lib/udivdi3.c [deleted file]