mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
Kernel/riscv64: Fix typo in naming of Devicetree
This commit is contained in:
parent
1d83f73ec5
commit
37424ade04
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ start:
|
|||
// We also expect that an implementation of the RISC-V Supervisor Binary Interface is available.
|
||||
|
||||
// Don't touch a0/a1 as we expect those registers to contain the hart ID
|
||||
// and a pointer to the Flattened Fevice Tree.
|
||||
// and a pointer to the Flattened Devicetree.
|
||||
|
||||
// Clear sstatus.SIE, which disables all interrupts in supervisor mode.
|
||||
csrci sstatus, 1 << 1
|
||||
|
|
Loading…
Reference in a new issue