From: Stephen Hemminger Date: Mon, 8 May 2006 22:11:29 +0000 (-0700) Subject: sky2: use mask instead of modulo operation X-Git-Tag: v2.6.17-rc4~10^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb5d9547307f44f210f88c829bad4249eeb24bc3;p=pandora-kernel.git sky2: use mask instead of modulo operation Gcc isn't smart enough to know that it can do a modulo operation with power of 2 constant by doing a mask. So add macro to do it for us. Signed-off-by: Stephen Hemminger --- Reading git-diff-tree failed