Skip to content

Commit

Permalink
Improve wording of Svpbmt clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Feb 12, 2024
1 parent 22a6574 commit 079a816
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/supervisor.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1855,10 +1855,12 @@ Non-cacheable, non-idempotent, strongly-ordered (I/O ordering), I/O +
_Reserved for future standard use_
|===

Implementations might override additional PMAs not explicitly listed in
Implementations may override additional PMAs not explicitly listed in
<<pbmt>>.
For example, a misaligned memory access to a page with PBMT=IO might raise an
exception, even if the same access would have succeeded for PBMT=PMA.
For example, to be consistent with the characteristics of a typical I/O region,
a misaligned memory access to a page with PBMT=IO might raise an exception,
even if the underlying region were main memory and the same access would have
succeeded for PBMT=PMA.

[NOTE]
====
Expand Down

0 comments on commit 079a816

Please sign in to comment.