Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/pci
Module Name: src
Committed By: riastradh
Date: Sun Feb 13 19:07:38 UTC 2022
Modified Files:
src/sys/dev/pci: if_vmx.c
Log Message:
vmx(4): Omit needless membar_sync wrapper.
Nothing uses this, and it is unlikely that any part of this driver
will need store-before-load ordering to synchronize with the host.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/if_vmx.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index