CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2009/08/13 10:31:11
Modified files: sys/arch/hppa/hppa: pmap.c Log message: In pmap_pte_flush flush the icache before the dcache, as is done elsewhere. We cannot find gaurantees in the documents that any icache filling from the cache is terminated by a icache flush or idtlb invalidation, so this is probably safer, and unlikely to be unsafer. ok kettenis