commit | ef85d057a605c36063a15345be87a45e0affba88 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@mips.com> | Tue Oct 01 21:53:06 2019 +0000 |
committer | Paul Burton <paul.burton@mips.com> | Mon Oct 07 09:42:14 2019 -0700 |
tree | 8f2f1c2143a8cb51de33f3368ae4307e6836e9a8 | |
parent | 878f75c7a2530471844a93b01e887f09d24ed57f [diff] |
MIPS: Use compact branch for LL/SC loops on MIPSr6+ When targeting MIPSr6 or higher make use of a compact branch in LL/SC loops, preventing the insertion of a delay slot nop that only serves to waste space. Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: linux-mips@vger.kernel.org Cc: Huacai Chen <chenhc@lemote.com> Cc: Jiaxun Yang <jiaxun.yang@flygoat.com> Cc: linux-kernel@vger.kernel.org