MIPS: barrier: Remove loongson_llsc_mb()
authorPaul Burton <paul.burton@mips.com>
Tue, 1 Oct 2019 21:53:40 +0000 (21:53 +0000)
committerPaul Burton <paul.burton@mips.com>
Mon, 7 Oct 2019 16:43:06 +0000 (09:43 -0700)
commit7f56b123548142fd48b2c6891977e8fda695a838
treefb4f572a77a5784120c22d95939b30b16c426cd0
parente84957e6ae043bb83ad6ae7e949a1ce97b6bbfef
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
arch/mips/include/asm/barrier.h
arch/mips/loongson64/Platform