Module Name: src Committed By: skrll Date: Tue Dec 10 07:42:04 UTC 2024
Modified Files: src/sys/arch/riscv/riscv: bus_dma.c Log Message: risc-v: bus_dma: Sprinkle error check with __predict_{true,false}. Apply the same sprinkling of __predict_{true,false} to bus_dmamap_load*(), and bus_dmamap_sync() that the arm version got to improve performance. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/riscv/riscv/bus_dma.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.