Skip to content

Commit ad683c1

Browse files
committed
Remove explicit section reference in priv spec
1 parent 3f7d72c commit ad683c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/machine.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2829,7 +2829,9 @@ and I/O regions may be accessed with either _relaxed_ or _strong_
28292829
ordering. Accesses to an I/O region with relaxed ordering are generally
28302830
observed by other harts and bus mastering devices in a manner similar to
28312831
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
2832+
the I/O Ordering section in the RVWMO Explanatory Material appendix
2833+
of Volume I of this specification.
2834+
By contrast, accesses
28332835
to an I/O region with strong ordering are generally observed by other
28342836
harts and bus mastering devices in program order.
28352837

0 commit comments

Comments
 (0)