CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/23 06:07:27
Modified files:
sys/arch/riscv64/riscv64: bus_dma.c
Log message:
Fix inverted logic in bus_dmamap_load() and its variants that checks
whether virtual address continuity is needed. This fixes an issue where
cache flushes during bus_dmamap_sync() would fault.
ok jca@
