mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-05 22:10:38 +00:00
Kernel/riscv64: Fix typo (CSR::SATP::Mode::{Sv67 => Sv57})
This commit is contained in:
parent
e9b16970fe
commit
378fa09a5a
Notes:
sideshowbarker
2024-07-17 05:02:35 +09:00
Author: https://github.com/spholz Commit: https://github.com/SerenityOS/serenity/commit/378fa09a5a Pull-request: https://github.com/SerenityOS/serenity/pull/23368 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ struct [[gnu::packed]] alignas(u64) SATP {
|
|||
Bare = 0,
|
||||
Sv39 = 8,
|
||||
Sv48 = 9,
|
||||
Sv67 = 10,
|
||||
Sv57 = 10,
|
||||
};
|
||||
|
||||
// Physical page number of root page table
|
||||
|
|
Loading…
Reference in a new issue