rv64: fix smp init in asymmetric systems
This commit is contained in:
@@ -121,7 +121,6 @@ impl<K: KernelTableManager, PA: PhysicalMemoryAllocator<Address = PhysicalAddres
|
||||
let sp = stack.build();
|
||||
|
||||
// TODO stack is leaked
|
||||
log::info!("stack = {:#x}", stack_base);
|
||||
let satp = InMemoryRegister::new(0);
|
||||
let kernel_table_phys =
|
||||
((&raw const mem::KERNEL_TABLES).addr() - KERNEL_VIRT_OFFSET) as u64;
|
||||
|
||||
Reference in New Issue
Block a user