From: Eric Dumazet Date: Sat, 12 May 2012 21:23:23 +0000 (+0000) Subject: codel: use u16 field instead of 31bits for rec_inv_sqrt X-Git-Tag: v3.5-rc1~109^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ff272c9ad65eda219cd975b9da2dbc31cc812ee;p=pandora-kernel.git codel: use u16 field instead of 31bits for rec_inv_sqrt David pointed out gcc might generate poor code with 31bit fields. Using u16 is more than enough and permits a better code output. Also make the code intent more readable using constants, fixed point arithmetic not being trivial for everybody. Suggested-by: David Miller Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed