mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 17:03:23 +00:00
Use Mutex and RwLock in jinux-frame for jinux-std
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
df7bd65e70
commit
6d101c5b6d
@ -1,6 +1,7 @@
|
||||
use crate::sync::Mutex;
|
||||
use acpi::PlatformInfo;
|
||||
use log::info;
|
||||
use spin::{Mutex, Once};
|
||||
use spin::Once;
|
||||
use x86::apic::ioapic::IoApic;
|
||||
|
||||
use crate::arch::x86::kernel::acpi::ACPI_TABLES;
|
||||
|
Reference in New Issue
Block a user