]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
powerpc/pmap: Minor optimizations to 64-bit booke pmap
authorjhibbits <jhibbits@FreeBSD.org>
Thu, 8 Aug 2019 03:18:35 +0000 (03:18 +0000)
committerjhibbits <jhibbits@FreeBSD.org>
Thu, 8 Aug 2019 03:18:35 +0000 (03:18 +0000)
commit0e244c1b3cd450d71caaa6946117ae9bb42c62a8
tree0224d18883ff691e1c24b0734834d83359ee7773
parentd1115235daf2a6a2f3bcdb3c840722fbc548d2ee
powerpc/pmap: Minor optimizations to 64-bit booke pmap

Don't recalculate the VM page of the page table pages, just pass them down
to free.  Also, use the pmap's page zero function instead of bzero().
sys/powerpc/booke/pmap.c