CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/18 20:09:18
Modified files:
sys/arch/arm64/arm64: bus_dma.c
Log message:
There are currently two pmap flags on arm64 that are supposed to be
used for uncached memory: CI (cache inhibit) and DEV (devices). The
pmap currently does not handle DEV but instead sets the device mode
for CI. Until we have bus dma running properly and know the system
better, make bus dma use CI for its pages to work around the panic.
