Skip to content
Commit 74f06095 authored by Nick Piggin's avatar Nick Piggin Committed by Paul Mackerras
Browse files

powerpc: Optimise smp_wmb on 64-bit processors



For 64-bit processors, lwsync is the recommended method of store/store
ordering on caching enabled memory.  For those subarchs which have
lwsync, use it rather than eieio for smp_wmb.

Signed-off-by: default avatarNick Piggin <npiggin@suse.de>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent e9a4b6a3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment