CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/26 08:12:34
Modified files:
sys/arch/riscv64/riscv64: exception.S locore.S
Log message:
Our kernel uses the medany code model, so we don't need the GP in the
kernel. GP relaxation requires the medlow code model, which we don't want
because it will limit future kernel address space randomization.
Should fix linking the riscv64 kernel with llvm 22.
ok jca@
