Linus Torvalds <torvalds at osdl.org> wrote: > Note that _normal_ writes never need an SFENCE, because they are ordered > by the core. > > The reason to use SFENCE is because of _special_ writes. I suspect, then, that x86_64 should not have an SFENCE for smp_wmb(), and that only io_wmb() should have that. David