summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/amd64/cpu/mp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arch/amd64/cpu/mp.c b/sys/arch/amd64/cpu/mp.c
index cd6c733..247313a 100644
--- a/sys/arch/amd64/cpu/mp.c
+++ b/sys/arch/amd64/cpu/mp.c
@@ -215,7 +215,6 @@ cpu_lapic_cb(struct apic_header *h, size_t arg)
panic("mp: failed to allocate stack\n");
}
- cpu_init_bootspace(&bs);
buda->rsp = (stack + (PAGESIZE - 1)) + KERN_BASE;
buda->lm_entry = (uintptr_t)cpu_lm_entry;
buda->cr3 = bs.pml4;