mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-29 04:13:24 +00:00
Improve the scalability for TLB flusher
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
26a13df792
commit
b3515c498a
@ -141,6 +141,7 @@ impl From<CpuId> for CpuSet {
|
||||
///
|
||||
/// It provides atomic operations for each CPU in the system. When the
|
||||
/// operation contains multiple CPUs, the ordering is not guaranteed.
|
||||
#[derive(Debug)]
|
||||
pub struct AtomicCpuSet {
|
||||
bits: SmallVec<[AtomicInnerPart; NR_PARTS_NO_ALLOC]>,
|
||||
}
|
||||
|
Reference in New Issue
Block a user