MIPS: Loongson64: smp: Use nudge_writes instead of wbflush
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Tue, 21 Feb 2023 13:16:55 +0000 (13:16 +0000)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 14 Mar 2023 16:06:15 +0000 (17:06 +0100)
commitac24cc1835c8e6400230f0bf50e6ba0ab75cb09f
tree7498abdf6166f78af05b4f7d6f5ad6752402951d
parent5bd3990723bdf43333b2c268cc6644cb1961125b
MIPS: Loongson64: smp: Use nudge_writes instead of wbflush

wbflush here intends to let other cores see the results ASAP,
nudge_writes fits this purpose better.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/loongson64/smp.c