CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2020/07/06 15:41:56
Modified files: sys/kern : kern_exec.c Log message: Wire down the timekeep page. If we don't do this, the pagedaemon may page it out and bad things will happen when we try to page it back in from within the clock interrupt handler. While there, make sure we set timekeep_object back to NULL if we fail to make the timekeep page into kernel space. ok deraadt@ (who had a very similar diff)