mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-29 04:13:24 +00:00
Fix all spelling mistakes in history by typos tool
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
b29d3b5409
commit
86f09eef75
@ -142,11 +142,11 @@ fn send_startup_to_all_aps() {
|
||||
let icr = Icr::new(
|
||||
ApicId::from(0),
|
||||
DestinationShorthand::AllExcludingSelf,
|
||||
TriggerMode::Egde,
|
||||
TriggerMode::Edge,
|
||||
Level::Assert,
|
||||
DeliveryStatus::Idle,
|
||||
DestinationMode::Physical,
|
||||
DeliveryMode::StrartUp,
|
||||
DeliveryMode::StartUp,
|
||||
(AP_BOOT_START_PA / PAGE_SIZE) as u8,
|
||||
);
|
||||
// SAFETY: we are sending startup IPI to all APs.
|
||||
|
Reference in New Issue
Block a user