commit | 7f56b123548142fd48b2c6891977e8fda695a838 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@mips.com> | Tue Oct 01 21:53:40 2019 +0000 |
committer | Paul Burton <paul.burton@mips.com> | Mon Oct 07 09:43:06 2019 -0700 |
tree | fb4f572a77a5784120c22d95939b30b16c426cd0 | |
parent | e84957e6ae043bb83ad6ae7e949a1ce97b6bbfef [diff] |
MIPS: barrier: Remove loongson_llsc_mb() The loongson_llsc_mb() macro is no longer used - instead barriers are emitted as part of inline asm using the __SYNC() macro. Remove the now-defunct loongson_llsc_mb() macro. 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