diff options
author | Andrew Waterman <andrew@sifive.com> | 2024-07-26 00:35:53 -0700 |
---|---|---|
committer | Andrew Waterman <andrew@sifive.com> | 2024-11-13 16:36:38 -0800 |
commit | ec33e1360f9aa9dacb6f857f50eb3c02a7ac9b13 (patch) | |
tree | 41f2ab75ab1a8f180e0f83857b0a093994d3f6e5 | |
parent | 518f83591d21303b257203b879772863072dd2f8 (diff) | |
download | riscv-isa-manual-ec33e1360f9aa9dacb6f857f50eb3c02a7ac9b13.zip riscv-isa-manual-ec33e1360f9aa9dacb6f857f50eb3c02a7ac9b13.tar.gz riscv-isa-manual-ec33e1360f9aa9dacb6f857f50eb3c02a7ac9b13.tar.bz2 |
fix typo
Co-authored-by: Josep Sans <josepsansprats@gmail.com>
Signed-off-by: Andrew Waterman <aswaterman@gmail.com>
-rw-r--r-- | src/supervisor.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervisor.adoc b/src/supervisor.adoc index 036e8f0..5810e0d 100644 --- a/src/supervisor.adoc +++ b/src/supervisor.adoc @@ -2301,7 +2301,7 @@ available entropy, reducing the effectiveness of address-space layout randomization. If an Sv32 variant were to be defined, it would need to account for the fact that it is more common to reserve only the upper 1 GiB of the virtual-address -space for for the operating system, leaving the lower 3 GiB for user +space for the operating system, leaving the lower 3 GiB for user processes. When `senvcfg`.SVKT=1, an instruction fetch or explicit memory access whose |