mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-25 02:13:24 +00:00
Move SoftIRQ implementations to softirq component
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
54a807b5f7
commit
2f511069ee
@ -13,11 +13,11 @@ cfg_if::cfg_if! {
|
||||
}
|
||||
|
||||
use bitvec::prelude::BitVec;
|
||||
use local::cpu_local_cell;
|
||||
use spin::Once;
|
||||
|
||||
use crate::{
|
||||
arch::boot::smp::get_num_processors, task::DisabledPreemptGuard, trap::DisabledLocalIrqGuard,
|
||||
arch::boot::smp::get_num_processors, cpu_local_cell, task::DisabledPreemptGuard,
|
||||
trap::DisabledLocalIrqGuard,
|
||||
};
|
||||
|
||||
/// The number of CPUs.
|
||||
|
Reference in New Issue
Block a user