CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2013/05/09 14:07:26
Modified files: sys/arch/arm/arm: bus_dma.c pmap.c pmap7.c sys/arch/arm/include: pmap.h pmap7.h Log message: On ARMv7 we can't use the cache mask to check for coherency. Therefore we add new macros to be able to check for it properly. ok miod@