CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/06 02:10:54
Modified files:
sys/arch/riscv64/include: cpu.h
Log message:
Follow the sparc64 lead and simply define curcpu in the kernel as the
special register containing its value, this is a general register (x4)
and therefore can be used directly
Diff stolen from miod@ who is on strike but agreed to let me commit
this. ok kettenis@
