新的ipi功能&kick_cpu功能的重写 (#274)

This commit is contained in:
LoGin
2023-05-30 10:21:11 +08:00
committed by GitHub
parent bb24249faa
commit aa0367d69e
18 changed files with 272 additions and 68 deletions

View File

@ -3,11 +3,7 @@ use core::{arch::x86_64::_rdtsc, hint::spin_loop};
use alloc::{boxed::Box, sync::Arc};
use crate::{
arch::{
asm::current::current_pcb,
sched::sched,
CurrentIrqArch,
},
arch::{asm::current::current_pcb, sched::sched, CurrentIrqArch},
exception::InterruptArch,
include::bindings::bindings::{useconds_t, Cpu_tsc_freq},
syscall::SystemError,