Use Mutex and RwLock in jinux-frame for jinux-std

This commit is contained in:
Chuandong Li
2023-08-19 17:26:02 +00:00
committed by Tate, Hongliang Tian
parent df7bd65e70
commit 6d101c5b6d
26 changed files with 54 additions and 32 deletions

View File

@ -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;