CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/18 14:11:09
Modified files:
sys/kern : init_main.c
Log message:
Disable the page zeroing thread on MULTIPROCESSOR mips64 kernels as well.
Regression spotted by tobiasu@.
XXX I wonder if the page zeroing thread shouldn't perform explicit
XXX pmap_update(pmap_kernel()) calls after each page zeroing... but that
XXX might not be enough.
