Module Name: src Committed By: matt Date: Fri Oct 19 13:46:07 UTC 2012
Modified Files: src/sys/arch/arm/arm32: bus_dma.c src/sys/arch/arm/include: bus_defs.h bus_funcs.h Log Message: Make IS_BOUNCING a map flag and use it to simplify code and to avoid calling the sync routines if (COHERENT|IS_BOUNCING) == COHERENT. (this eeks out a little bit more performance). To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/arch/arm/arm32/bus_dma.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/include/bus_defs.h \ src/sys/arch/arm/include/bus_funcs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.