From: Heiko Carstens Date: Thu, 26 Mar 2009 14:24:35 +0000 (+0100) Subject: [S390] bitops: remove likely annotations X-Git-Tag: v2.6.30-rc1~659^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e13ed9b2704487e98d9241282765869fbd9a2dda;p=pandora-kernel.git [S390] bitops: remove likely annotations likely/unlikely profiling revealed that none of the branches in bitops is taken likely or unlikely. So remove the annotations. In addition the generated code is shorter. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed