CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/15 13:44:08
Modified files:
sys/arch/arm64/include: pmap.h
Log message:
While it should be possible to use "normal uncachable" mappings for
write-combining on arm64 as Linux does, this doesn't seem to work on
NXP's LX2160A SoC. So switch to using "device" mappings for now to
make amdgpu(4) work better.
ok patrick@
