CVSROOT:        /cvs
Module name:    src
Changes by:     v...@cvs.openbsd.org    2022/02/22 00:47:46

Modified files:
        sys/arch/riscv64/riscv64: cpuswitch.S vm_machdep.c 

Log message:
Clear frame pointer in cpu_fork() on riscv64

This ensures the chain of call frames is terminated properly, preventing
errors when unwinding kernel stacks.

OK miod@ kettenis@

Reply via email to