aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2024-02-27 13:25:22 -0800
committerAndrew Waterman <andrew@sifive.com>2024-02-27 13:25:30 -0800
commit36b5ce1e7480b44c407bbf08249ccd7018f713a3 (patch)
treec5925147c143d364b11762c73df316092469b302
parent51afb41c36d71b98ce0bbb9002b3f405bcb5e93c (diff)
downloadriscv-isa-manual-36b5ce1e7480b44c407bbf08249ccd7018f713a3.zip
riscv-isa-manual-36b5ce1e7480b44c407bbf08249ccd7018f713a3.tar.gz
riscv-isa-manual-36b5ce1e7480b44c407bbf08249ccd7018f713a3.tar.bz2
MAGs are NAPOT
-rw-r--r--src/machine.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine.adoc b/src/machine.adoc
index d9e9042..640a794 100644
--- a/src/machine.adoc
+++ b/src/machine.adoc
@@ -2631,7 +2631,7 @@ progress is detected.
The misaligned atomicity granule PMA provides constrained support for
misaligned AMOs.
This PMA, if present, specifies the size of a _misaligned atomicity granule_,
-a power-of-two number of bytes.
+a naturally aligned power-of-two number of bytes.
Specific supported values for this PMA are represented by MAG__NN__, e.g.,
MAG16 indicates the misaligned atomicity granule is at least 16 bytes.