From: Chen, Kenneth W Date: Sat, 8 Apr 2006 00:12:54 +0000 (-0700) Subject: [IA64] fix bug in ia64 __mutex_fastpath_trylock X-Git-Tag: v2.6.17-rc2~99^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfab9d0e1da8e08a39759d0fc3bf5e40f0ac2d55;p=pandora-kernel.git [IA64] fix bug in ia64 __mutex_fastpath_trylock The parenthesis around "likely" used in ia64 __mutex_fastpath_trylock is incorrect, and it leads to broken mutex_trylock. Here is the patch that fixed the bug. I removed the likely altogether because there is no branch and gcc does a reasonable job at predicating the return value. Signed-off-by: Ken Chen Signed-off-by: Tony Luck --- Reading git-diff-tree failed