Skip to content

Commit

Permalink
aarch64: fix context switch setup comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanRoyer committed Sep 6, 2023
1 parent a4a130c commit 8812a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/context_switch_regular/src/aarch64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ impl ContextRegular {
// it's used by the `ret` instruction
x30_link_register: start_address,

// interrupts are initially masked/disabled
// interrupts are initially unmasked/enabled
pstate: 0,
}
}
Expand Down

0 comments on commit 8812a89

Please sign in to comment.