aboutsummaryrefslogtreecommitdiff
path: root/src/machine.tex
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2018-12-21 16:17:40 -0800
committerAndrew Waterman <andrew@sifive.com>2018-12-21 16:17:40 -0800
commit3b4c695efcb7933ca9b647913792ccb04db02553 (patch)
treeedd5908ba528179823e5445066de98e2f79780c4 /src/machine.tex
parent9674e5a7ea75291071aeab086c260e133cf8e31d (diff)
downloadriscv-isa-manual-3b4c695efcb7933ca9b647913792ccb04db02553.zip
riscv-isa-manual-3b4c695efcb7933ca9b647913792ccb04db02553.tar.gz
riscv-isa-manual-3b4c695efcb7933ca9b647913792ccb04db02553.tar.bz2
tweaks
Diffstat (limited to 'src/machine.tex')
-rw-r--r--src/machine.tex5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/machine.tex b/src/machine.tex
index d42b7a3..1921b03 100644
--- a/src/machine.tex
+++ b/src/machine.tex
@@ -2172,9 +2172,8 @@ The Wait for Interrupt instruction (WFI) provides a hint to the
implementation that the current hart can be stalled until an interrupt
might need servicing. Execution of the WFI instruction can also be
used to inform the hardware platform that suitable interrupts should
-preferentially be routed to this hart. WFI is available in all of the
-supported S and M privilege modes, and optionally available to
-U-mode for implementations that support U-mode interrupts. This instruction may
+preferentially be routed to this hart. WFI is available in all
+privileged modes, and optionally available to U-mode. This instruction may
raise an illegal instruction exception when TW=1 in {\tt mstatus}, as described
in Section~\ref{virt-control}.