From 44a73ecab6e91519627786a5101cd4f1a2f2b0d7 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 30 Oct 2024 00:57:33 +0200 Subject: most of the way to passing tests --- arch/riscv64/kernel/smp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/riscv64/kernel/smp.c') diff --git a/arch/riscv64/kernel/smp.c b/arch/riscv64/kernel/smp.c index acb5f04..5e30fee 100644 --- a/arch/riscv64/kernel/smp.c +++ b/arch/riscv64/kernel/smp.c @@ -139,7 +139,6 @@ __noreturn void core_bringup(long hartid) struct tcb *t = create_thread(init); assert(t); - alloc_stack(t); /* init is special in that all threads jump to the entrypoint of the * program */ t->exec = init->exec; -- cgit v1.3