1
0
Fork 0
forked from AbleOS/ableos

forgor smp is broked

This commit is contained in:
Able 2022-11-30 01:14:34 -06:00
parent e8712d7c39
commit d94e50be39

View file

@ -121,15 +121,15 @@ pub fn kernel_main(
} }
} }
// SMP // // SMP
{ // {
let smp = SMP.get_response().get().unwrap(); // let smp = SMP.get_response().get().unwrap();
for cpu in smp.cpus().unwrap() { // for cpu in smp.cpus().unwrap() {
// unsafe { // // unsafe {
// cpu.goto_address = *(trace_hcf as *const u64); // // cpu.goto_address = *(trace_hcf as *const u64);
// } // // }
} // }
} // }
scratchpad(); scratchpad();
sloop() sloop()