mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
新的ipi功能&kick_cpu功能的重写 (#274)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user