From: Ralf Baechle Date: Thu, 28 Sep 2006 00:45:21 +0000 (+0100) Subject: [MIPS] Improve branch prediction in ll/sc atomic operations. X-Git-Tag: v2.6.21-rc1~273^2~5^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f65e4fa8e0c6022ad58dc88d1b11b12589ed7f9f;p=pandora-kernel.git [MIPS] Improve branch prediction in ll/sc atomic operations. Now that finally all supported versions of binutils have functioning support for .subsection use .subsection to tweak the branch prediction I did not modify the R10000 errata variants because it seems unclear if this will invalidate the workaround which actually relies on the cheesy prediction of branch likely to cause a misspredict if the sc was successful. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed