CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2024/03/29 15:25:55
Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Check for %otherwin being nonzero earlier in rft_user. There is one code path using it in %g2 and another using it in %g7. There is no reason for them to use different registers, and fixing this allows the check to be performed a bit earlier. ok claudio@ kettenis@