diff options
Diffstat (limited to 'arch/riscv64/kernel/smp.c')
| -rw-r--r-- | arch/riscv64/kernel/smp.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
