alc 2004-12-04 22:02:31 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 pmap.c
Log:
Replace (inlined) pmap_pte() calls with smaller, faster code where
possible, such as the inner loop of pmap_copy().
Remove two comments that apply to i386 but not amd64.
Revision Changes Path
1.511 +7 -7 src/sys/amd64/amd64/pmap.c