CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/02/13 22:50:49
Modified files: sys/arch/m88k/m88k: pmap.c Log message: Be sure to writeback D$ in addition to invalidate I$ in pmap_proc_iflush(), or I$ may reload with stale data. It used to work without this because the kernel used to run in write-through mode. Repairs gdb single-stepping.