Skip to content
Snippets Groups Projects
Commit c229742a authored by Eemeli's avatar Eemeli
Browse files

fix compile error

parent 9a77fef2
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ use core::{ ...@@ -5,7 +5,6 @@ use core::{
}; };
use gdt::Gdt; use gdt::Gdt;
use hyperion_log::trace;
use idt::Idt; use idt::Idt;
use tss::Tss; use tss::Tss;
...@@ -24,7 +23,6 @@ pub mod tss; ...@@ -24,7 +23,6 @@ pub mod tss;
// //
pub fn init() { pub fn init() {
trace!("Loading CpuState for CPU-{cpu_id}");
tls::init(CpuState::new_tls()); tls::init(CpuState::new_tls());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment