aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2017-02-27 11:47:04 -0800
committerAndrew Waterman <andrew@sifive.com>2017-02-27 11:47:04 -0800
commit5090ae3ee077b429023cc1dd4e72d4beb2c1b12b (patch)
treefb925857e8a900dabfed48a4d752da9a93180625
parent57a03c3af946d3ecc48b7d231083e60454a2194b (diff)
downloadriscv-isa-manual-5090ae3ee077b429023cc1dd4e72d4beb2c1b12b.zip
riscv-isa-manual-5090ae3ee077b429023cc1dd4e72d4beb2c1b12b.tar.gz
riscv-isa-manual-5090ae3ee077b429023cc1dd4e72d4beb2c1b12b.tar.bz2
Fix typo
-rw-r--r--src/priv-history.tex3
-rw-r--r--src/sbi.tex2
2 files changed, 3 insertions, 2 deletions
diff --git a/src/priv-history.tex b/src/priv-history.tex
index 904ad0d..8152464 100644
--- a/src/priv-history.tex
+++ b/src/priv-history.tex
@@ -5,7 +5,8 @@
Thanks to Jacob Bachmeyer,
Allen J. Baum, Paolo Bonzini, Ruslan Bukin, Christopher Celio, David
Chisnall, Palmer Dabbelt, Monte Dalrymple, Dennis Ferguson, Mike
-Frysinger, John Hauser, Jonathan Neusch{\"a}fer, Rishiyur Nikhil, Stefan O'Rear,
+Frysinger, John Hauser, David Horner,
+Jonathan Neusch{\"a}fer, Rishiyur Nikhil, Stefan O'Rear,
Albert Ou, John Ousterhout, Colin Schmidt, Wesley Terpstra, Matt
Thomas, Tommy Thorn, Ray VanDeWalker, and Reinoud Zandijk for feedback
on the privileged specification.
diff --git a/src/sbi.tex b/src/sbi.tex
index c4fdaa2..ea42aff 100644
--- a/src/sbi.tex
+++ b/src/sbi.tex
@@ -54,7 +54,7 @@ void sbi_shutdown(void); & Terminate this supervisor-mode process. \\ \hline
int sbi_console_putchar(uint8_t ch); & Write byte to debug console (blocking); returns 0 on success, else -1. \\ \hline
int sbi_console_getchar(void); & Read byte from debug console; returns the byte on success, or -1 for failure. \\ \hline
-& \multirow{4}{*}{\parbox{8cm}{Instruct other harts to execute SFENCE.VM. {\tt harts} points to a bitmask of remote hart IDs; NULL indicates all harts. {\tt asid} holds the address-space ID; 0 indicates all address spaces.}} \\
+& \multirow{4}{*}{\parbox{8cm}{Instruct other harts to execute SFENCE.VMA. {\tt harts} points to a bitmask of remote hart IDs; NULL indicates all harts. {\tt asid} holds the address-space ID; 0 indicates all address spaces.}} \\
void sbi_remote_sfence_vm( & \\
\ \ const uintptr_t* harts, size_t asid); & \\
& \\ \hline