CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/02/17 11:10:01
Modified files: sys/arch/mvme88k/include: m88410.h sys/arch/mvme88k/mvme88k: m88410.c Log message: Replace assembly statement triggering 88410 commands with a proper volatile uint64_t write. While there, implement a real wbinv routine instead of invoking wb, then inv; this avoids unnecessary busswitch register juggling.