diff options
Diffstat (limited to 'arch')
| -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 425d3ce..acb5f04 100644 --- a/arch/riscv64/kernel/smp.c +++ b/arch/riscv64/kernel/smp.c @@ -142,7 +142,6 @@ __noreturn void core_bringup(long hartid) alloc_stack(t); /* init is special in that all threads jump to the entrypoint of the * program */ - t->callback = init->callback; t->exec = init->exec; t->cpu_id = cpuid; /** @todo this is pretty hacky, should really be a separate function? */ |
