• Paul Burton's avatar
    MIPS: barrier: Make __smp_mb__before_atomic() a no-op for Loongson3 · ae4cd0b1
    Paul Burton authored
    Loongson3 systems with CONFIG_CPU_LOONGSON3_WORKAROUNDS enabled already
    emit a full completion barrier as part of the inline assembly containing
    LL/SC loops for atomic operations. As such the barrier emitted by
    __smp_mb__before_atomic() is redundant, and we can remove it.
    Signed-off-by: default avatarPaul 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
    ae4cd0b1
barrier.h 3.42 KB