CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2021/10/12 12:06:15
Modified files: sys/arch/powerpc64/include: pmap.h sys/arch/powerpc64/powerpc64: pmap.c Log message: Add (minimal) accounting for wired pages in userland pmaps. This enables enforcing of RLIMIT_MEMLOCK on powerpc64. ok mpi@