Remove warnings
This commit is contained in:
parent
78432b3875
commit
b756dd59eb
6 changed files with 8 additions and 10 deletions
|
@ -2,9 +2,7 @@
|
|||
//! Code to parse the ACPI tables
|
||||
|
||||
use core::intrinsics::{atomic_load, atomic_store};
|
||||
use x86::controlregs;
|
||||
|
||||
use allocator::{HEAP_START, HEAP_SIZE};
|
||||
use memory::Frame;
|
||||
use paging::{entry, ActivePageTable, Page, PhysicalAddress, VirtualAddress};
|
||||
use start::kstart_ap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue