]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Simplify (and micro-optimize) pmap_unuse_pt(): Only one caller,
authorAlan Cox <alc@FreeBSD.org>
Sat, 13 Sep 2003 21:57:38 +0000 (21:57 +0000)
committerAlan Cox <alc@FreeBSD.org>
Sat, 13 Sep 2003 21:57:38 +0000 (21:57 +0000)
commit6d66d714c7330a5a7d4691bc9bfd3e4b0754e596
treed9908db099c06fdb6f37ccd549300b2f8d4bfc7a
parent5515f48ce37056a658d825e90bf277b415f8f28d
Simplify (and micro-optimize) pmap_unuse_pt(): Only one caller,
pmap_remove_pte(), passed NULL instead of the required page table
page to pmap_unuse_pt().  Compute the necessary page table page
in pmap_remove_pte().  Also, remove some unreachable code from
pmap_remove_pte().
sys/amd64/amd64/pmap.c
sys/i386/i386/pmap.c