From: Mike Frysinger Date: Fri, 23 Nov 2007 03:28:11 +0000 (+0800) Subject: Blackfin arch: use do_div() for the 64bit division as pointed out by Bernd X-Git-Tag: v2.6.24-rc4~95^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1754a5d9f97f16f729066b8f125351af4951d6fe;p=pandora-kernel.git Blackfin arch: use do_div() for the 64bit division as pointed out by Bernd If you need a 64 bit divide in the kernel, use asm/div64.h. Revert the addition of udivdi3. Cc: Bernd Schmidt Signed-off-by: Mike Frysinger Signed-off-by: Bryan Wu --- Reading git-diff-tree failed