alc 2004-12-21 19:25:56 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: Use vtopde() instead of pmap_pde() in pmap_kextract(); vtopde() is smaller and faster in cases, such as pmap_kextract(), where the pde is known to exist. Revision Changes Path 1.513 +1 -1 src/sys/amd64/amd64/pmap.c