aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrste Asanovic <krste@eecs.berkeley.edu>2018-08-12 16:44:02 -0700
committerKrste Asanovic <krste@eecs.berkeley.edu>2018-08-12 16:44:02 -0700
commita18153d6f4c82e895fff7978d283aa2b231eb5e4 (patch)
treedb598f2e8e5944e9a33cb6c27cc05544ec64b13a
parent931d0e6f4601c9e09a9af20bd2638b3df6bab26c (diff)
downloadriscv-isa-manual-a18153d6f4c82e895fff7978d283aa2b231eb5e4.zip
riscv-isa-manual-a18153d6f4c82e895fff7978d283aa2b231eb5e4.tar.gz
riscv-isa-manual-a18153d6f4c82e895fff7978d283aa2b231eb5e4.tar.bz2
Removed redundant text that LR can reserve a different subset on each invocation.
-rw-r--r--src/a.tex4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/a.tex b/src/a.tex
index c8528ac..550dd53 100644
--- a/src/a.tex
+++ b/src/a.tex
@@ -185,9 +185,7 @@ not meet the forward-progress guarantee.
An implementation can reserve an arbitrarily large subset of the
address space on each LR, provided the memory range includes all bytes
-of the addressed data word. The reserved address range does not have
-to be constant on each dynamic invocation of a static LR instruction,
-or on each time a given address and data word size are used by an LR.
+of the addressed data word.
An SC can only pair with the most recent LR in program order. An SC
may succeed if no store from another hart to the address range
reserved by the LR can be observed to have occurred between the LR and