CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2020/08/30 12:55:04
Modified files: sys/arch/powerpc64/powerpc64: pmap.c Log message: Lock all kernel PTE entries into the page tables, even "managed" ones entered by pmap_enter(9). Otherwise kernel stack pages get evicted and that doesn't end well. We probably only need to lock in wired pages and I will probably revisit this at some later stage. tested by deraadt@