CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2017/05/10 15:58:55

Modified files:
        sys/arch/arm64/arm64: bus_dma.c pmap.c 
        sys/arch/arm64/include: pmap.h 

Log message:
Remove pmep_pa_is_mem().  Instead create write-back cachable mappings by
default an require callers of pmap_enter() and require pmap_kenter_pa()
to explicitly request uncached mappings by passing the PMAP_NOCACHE flag
in the low bits of the physical address like we do on other architectures.

ok drahn@, patrick@

Reply via email to