CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2024/03/29 15:27:53
Modified files: sys/arch/sparc64/include: cpu.h proc.h sys/arch/sparc64/sparc64: db_interface.c genassym.cf locore.s machdep.c pmap.c vm_machdep.c Log message: Store the physical address of each pcb in struct mdproc, and use this in order to speed up window spills, rather than doing an inline pmap_extract (well, pseg_get). ok claudio@ kettenis@