aboutsummaryrefslogtreecommitdiff
path: root/src/machine.tex
diff options
context:
space:
mode:
authorKrste Asanovic <krste@eecs.berkeley.edu>2018-07-30 00:15:23 -0700
committerKrste Asanovic <krste@eecs.berkeley.edu>2018-07-30 00:15:23 -0700
commitf70eec9c3960205358af76dc195b605c888201e9 (patch)
tree77b4426c69c0e318a6f2b853361a682ba5d7a576 /src/machine.tex
parentddaabb00e29f0e981213a68fd681367cafc5c52e (diff)
downloadriscv-isa-manual-f70eec9c3960205358af76dc195b605c888201e9.zip
riscv-isa-manual-f70eec9c3960205358af76dc195b605c888201e9.tar.gz
riscv-isa-manual-f70eec9c3960205358af76dc195b605c888201e9.tar.bz2
clarification
Diffstat (limited to 'src/machine.tex')
-rw-r--r--src/machine.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine.tex b/src/machine.tex
index 5390879..34b3b3d 100644
--- a/src/machine.tex
+++ b/src/machine.tex
@@ -2233,7 +2233,7 @@ Most systems will require that at least some PMAs are dynamically
checked in hardware later in the execution pipeline after the physical
address is known, as some operations will not be supported at all
physical memory addresses, and some operations require knowing the
-current setting of a configurable PMA attribute. While many other systems
+current setting of a configurable PMA attribute. While many other architectures
specify some PMAs in the virtual memory page tables and use the TLB to
inform the pipeline of these properties, this approach injects platform-specific
information into a virtualized layer and can cause system errors