Skip to content

Commit

Permalink
revise some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Jan 23, 2024
1 parent e5c0043 commit 37f9e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/aarch64/kernel/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pub fn shutdown() -> ! {
} else {
unsafe {
const PSCI_SYSTEM_OFF: u64 = 0x84000008;
// call firmware to shut down the system
// call hypervisor to shut down the system
asm!("hvc #0", in("x0") PSCI_SYSTEM_OFF, options(nomem, nostack));

// we should never reach this point
Expand Down

0 comments on commit 37f9e3a

Please sign in to comment.