]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use regular stores to update PTEs in the riscv pmap layer.
authorMark Johnston <markj@FreeBSD.org>
Thu, 3 Jan 2019 16:15:28 +0000 (16:15 +0000)
committerMark Johnston <markj@FreeBSD.org>
Thu, 3 Jan 2019 16:15:28 +0000 (16:15 +0000)
commit619999ff9f7342602b65fadec80331bed6e007b2
treea886becdcc2b04d77b4f984f00bb0890076d3987
parent7b1e32a5beb1f06b0055fe524bcabed8faa2b68a
Use regular stores to update PTEs in the riscv pmap layer.

There's no need to use atomics when the previous value isn't needed.
No functional change intended.

Reviewed by: kib
Discussed with: jhb
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D18717
sys/riscv/riscv/pmap.c