diff options
author | marcel <marcel@FreeBSD.org> | 2002-10-27 23:00:46 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2002-10-27 23:00:46 +0000 |
commit | 63fd5e16a0a756cdbce248375cf04f37156ea1f2 (patch) | |
tree | da0165c2f9052e6528d3ce563c07287ebdf416cf /secure | |
parent | 97693299ea1fc11f86bb26db21267aaceef3f5ec (diff) | |
download | FreeBSD-src-63fd5e16a0a756cdbce248375cf04f37156ea1f2.zip FreeBSD-src-63fd5e16a0a756cdbce248375cf04f37156ea1f2.tar.gz |
In ipi_send(), perform a mf instruction prior to initiating the IPI.
This guarantees that loads and stores emitted before the fence are
made visible before the IPI becomes pended.
Remove the mf.a instruction after initiating the IPI. There's no
guarantee that the IPI becomes pended prior to subsequent reads or
writes. Even if there was a guarantee, it would mostly be without
any benefit.
Diffstat (limited to 'secure')
0 files changed, 0 insertions, 0 deletions