HomeFreeBSD

remove wmb() call from x86 cpu_reset()

Description

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.

MFC after: 23 days

Details

Provenance
avgAuthored on
Parents
rS353747: vmm: remove a wmb() call
Branches
Unknown
Tags
Unknown