CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2017/01/21 02:23:19
Modified files: sys/arch/arm64/arm64: pmap.c Log message: Only switch the pagetable if we were asked to switch to a user process. This seems to happen when we switch away from a proc to kill it. We should probably start keeping a 'dummy' table around.