summaryrefslogtreecommitdiff
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@mips.com>2019-10-02 00:53:43 +0300
committerPaul Burton <paul.burton@mips.com>2019-10-07 19:43:10 +0300
commit4dee90d7b5796692e8da78c7b64cf42d5e4c1b09 (patch)
tree935dd727bf2d37a66ce20794cf1b9e24f6d472ae /arch/mips/Makefile
parent12dbb04f2ac1fcbef0d6463abb3071ce8d8fe45f (diff)
downloadlinux-4dee90d7b5796692e8da78c7b64cf42d5e4c1b09.tar.xz
MIPS: genex: Don't reload address unnecessarily
In ejtag_debug_handler() we must reload the address of ejtag_debug_buffer_spinlock if an sc fails, since the address in k0 will have been clobbered by the result of the sc instruction. In the case where we simply load a non-zero value (ie. there's contention for the lock) the address will not be clobbered & we can simply branch back to repeat the load from memory without reloading the address into k0. The primary motivation for this change is that it moves the target of the bnez instruction to an instruction within the LL/SC loop (the LL itself), which we know contains no other memory accesses & therefore isn't affected by Loongson3 LL/SC errata. 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
Diffstat (limited to 'arch/mips/Makefile')
0 files changed, 0 insertions, 0 deletions