Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-10] src/sys/arch/arm/arm32
Module Name: src
Committed By: martin
Date: Fri Dec 12 19:30:20 UTC 2025
Modified Files:
src/sys/arch/arm/arm32 [netbsd-10]: bus_dma.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1205):
sys/arch/arm/arm32/bus_dma.c: revision 1.148
arm/bus_dma: Sprinkle error check with __predict_{true,false}.
Sprinkle error check in bus_dmamap_load*() and bus_dmamap_sync() with
__predict_{true,false} to improve performance.
To generate a diff of this commit:
cvs rdiff -u -r1.138.2.1 -r1.138.2.2 src/sys/arch/arm/arm32/bus_dma.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index