commit | f65e4fa8e0c6022ad58dc88d1b11b12589ed7f9f | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Thu Sep 28 01:45:21 2006 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Feb 13 22:40:50 2007 +0000 |
tree | 2405e012e079693e0fcfde9ff981c549d6c68a21 | |
parent | 509cb37e173d4e39cec47238397e91b718730794 [diff] |
[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 <ralf@linux-mips.org>