mbox series

[0/5] MIPS: Loongson64: Clear chaos in barriers

Message ID 20230221131658.5381-1-jiaxun.yang@flygoat.com (mailing list archive)
Headers show
Series MIPS: Loongson64: Clear chaos in barriers | expand

Message

Jiaxun Yang Feb. 21, 2023, 1:16 p.m. UTC
Jiaxun Yang (5):
  MIPS: Loongson64: Prefix ipi register address pointers with __iomem
  MIPS: Loongson64: smp: Use nudge_writes instead of wbflush
  MIPS: Loongson64: smp: Correct nudge_writes usage
  MIPS: Loongson64: Remove CPU_HAS_WB
  MIPS: Loongson64: Opt-out war_io_reorder_wmb

 arch/mips/Kconfig            |  1 -
 arch/mips/include/asm/io.h   |  2 +-
 arch/mips/loongson64/setup.c | 15 -----------
 arch/mips/loongson64/smp.c   | 50 +++++++++++++-----------------------
 4 files changed, 19 insertions(+), 49 deletions(-)

Comments

Thomas Bogendoerfer March 14, 2023, 4:19 p.m. UTC | #1
On Tue, Feb 21, 2023 at 01:16:53PM +0000, Jiaxun Yang wrote:
> 
> Jiaxun Yang (5):
>   MIPS: Loongson64: Prefix ipi register address pointers with __iomem
>   MIPS: Loongson64: smp: Use nudge_writes instead of wbflush
>   MIPS: Loongson64: smp: Correct nudge_writes usage
>   MIPS: Loongson64: Remove CPU_HAS_WB
>   MIPS: Loongson64: Opt-out war_io_reorder_wmb
> 
>  arch/mips/Kconfig            |  1 -
>  arch/mips/include/asm/io.h   |  2 +-
>  arch/mips/loongson64/setup.c | 15 -----------
>  arch/mips/loongson64/smp.c   | 50 +++++++++++++-----------------------
>  4 files changed, 19 insertions(+), 49 deletions(-)

series applied to mips-next.

Thomas.