mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 16:33:24 +00:00
Extract VirtAddrAllocator and add alloc_specific API
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
1f03955f51
commit
0054a8080f
@ -31,8 +31,8 @@ pub mod bus;
|
||||
pub mod collections;
|
||||
pub mod console;
|
||||
pub mod cpu;
|
||||
pub mod io;
|
||||
mod error;
|
||||
pub mod io;
|
||||
pub mod logger;
|
||||
pub mod mm;
|
||||
pub mod panic;
|
||||
@ -43,7 +43,7 @@ pub mod task;
|
||||
pub mod timer;
|
||||
pub mod trap;
|
||||
pub mod user;
|
||||
mod util;
|
||||
pub(crate) mod util;
|
||||
|
||||
use core::sync::atomic::{AtomicBool, Ordering};
|
||||
|
||||
|
Reference in New Issue
Block a user