From: Stephen Hemminger Date: Tue, 6 Jun 2006 00:29:39 +0000 (-0700) Subject: [TCP]: TCP Compound quad root function X-Git-Tag: v2.6.18-rc1~1111^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4ed25849532728effaa0665c92e08e029e41407;p=pandora-kernel.git [TCP]: TCP Compound quad root function The original code did a 64 bit divide directly, which won't work on 32 bit platforms. Rather than doing a 64 bit square root twice, just implement a 4th root function in one pass using Newton's method. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed