CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/08/26 14:29:36
Modified files: sys/arch/m88k/m88k: pmap.c Log message: When a page needs to be flushed from all caches, make sure the writeback happens on all D$ in MULTIPROCESSOR kernels, for the dirty lines may not all be on the current cpu. Fixes spurious segmentation faults or ill behaviours in MULTIPROCESSOR kernels, but there are still some left.