From: Steve Wise Date: Tue, 17 Feb 2009 05:23:32 +0000 (-0800) Subject: RDMA/cxgb3: Remove modulo math from build_rdma_recv() X-Git-Tag: v2.6.30-rc1~665^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=426328963078f644c7194403a308588cf684d4c6;p=pandora-kernel.git RDMA/cxgb3: Remove modulo math from build_rdma_recv() Remove modulo usage to avoid a divide in the fast path (not all gcc versions do strength reduction here). Signed-off-by: Steve Wise Signed-off-by: Roland Dreier --- Reading git-diff-tree failed