From: Roland Dreier Date: Thu, 18 Oct 2007 04:54:44 +0000 (-0700) Subject: IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))" X-Git-Tag: v2.6.24-rc1~27^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd312561adcc90e924f35d3032d5493aeb4c3017;p=pandora-kernel.git IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))" It's too hard to figure out what "!likely(...)" really means, and who knows how compilers interpret the hint. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed