From: Stephen Hemminger Date: Thu, 22 Mar 2007 19:10:18 +0000 (-0700) Subject: [LIB]: div64_64 optimization X-Git-Tag: v2.6.22-rc1~1128^2~210 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22b9a0a3a49ab1a856e0853b3f3dd2abd156bd7c;p=pandora-kernel.git [LIB]: div64_64 optimization Minor optimization of div64_64. do_div() already does optimization for the case of 32 by 32 divide, so no need to do it here. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed