Commit 8ee30439 authored by hasheddan's avatar hasheddan Committed by Palmer Dabbelt

riscv/head: fix misspelling of guaranteed

Fixes misspelling of guaranteed in comment describing why fetching fence
is guaranteed to work when switching to kernel page tables.
Signed-off-by: default avatarhasheddan <georgedanielmangum@gmail.com>
Signed-off-by: default avatarPalmer Dabbelt <palmer@rivosinc.com>
parent d4cb5d36
...@@ -135,7 +135,7 @@ relocate: ...@@ -135,7 +135,7 @@ relocate:
/* /*
* Switch to kernel page tables. A full fence is necessary in order to * Switch to kernel page tables. A full fence is necessary in order to
* avoid using the trampoline translations, which are only correct for * avoid using the trampoline translations, which are only correct for
* the first superpage. Fetching the fence is guarnteed to work * the first superpage. Fetching the fence is guaranteed to work
* because that first superpage is translated the same way. * because that first superpage is translated the same way.
*/ */
csrw CSR_SATP, a2 csrw CSR_SATP, a2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment