We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7d72c commit ad683c1Copy full SHA for ad683c1
src/machine.adoc
@@ -2829,7 +2829,9 @@ and I/O regions may be accessed with either _relaxed_ or _strong_
2829
ordering. Accesses to an I/O region with relaxed ordering are generally
2830
observed by other harts and bus mastering devices in a manner similar to
2831
the ordering of accesses to an RVWMO memory region, as discussed in
2832
-Section A.4.2 in Volume I of this specification. By contrast, accesses
+the I/O Ordering section in the RVWMO Explanatory Material appendix
2833
+of Volume I of this specification.
2834
+By contrast, accesses
2835
to an I/O region with strong ordering are generally observed by other
2836
harts and bus mastering devices in program order.
2837
0 commit comments