CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2020/08/17 10:55:41
Modified files: sys/arch/powerpc64/powerpc64: machdep.c pmap.c vm_machdep.c sys/arch/powerpc64/include: pcb.h pmap.h Log message: Switch to a per-proc SLB cache. Seems to make GENERIC.MP kernels (much more) stable. Probably because we could restore an incoherent SLB cache since there was no locking in the trap return path.