]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r353748: remove wmb() call from x86 cpu_reset()
authorAndriy Gapon <avg@FreeBSD.org>
Wed, 13 Nov 2019 07:43:11 +0000 (07:43 +0000)
committerAndriy Gapon <avg@FreeBSD.org>
Wed, 13 Nov 2019 07:43:11 +0000 (07:43 +0000)
commit1064627595231e471fc761cc5f48df597ef7d584
tree674135066d57a2c88e9521ac31ffcf4c33d3bbae
parent2c3413e7fa017fe0de45e062f3e7772ebc9af1d7
MFC r353748: remove wmb() call from x86 cpu_reset()

The rationale is pretty much the same as in r353747.
There is no subsequent dependent store.
The store is to the regular (TSO) memory anyway.
sys/x86/x86/cpu_machdep.c