]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pmap_mapdev_attr() also takes a vm_paddr_t.
authorJustin Hibbits <jhibbits@FreeBSD.org>
Thu, 3 Sep 2015 01:38:15 +0000 (01:38 +0000)
committerJustin Hibbits <jhibbits@FreeBSD.org>
Thu, 3 Sep 2015 01:38:15 +0000 (01:38 +0000)
commit2109efd1691854ab161c9a671f22ea41af9f51c1
tree88eeae5860d1fdd2c2809f746f707aa053c1f9c8
parent65b4f270547e6618baa110619126dcfd3d957268
pmap_mapdev_attr() also takes a vm_paddr_t.

This was missed in r235936.  With recent work for 36-bit paddr, this is now
needed.
sys/powerpc/include/pmap.h
sys/powerpc/powerpc/pmap_dispatch.c