]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pte.h: Add the VADDR(pdi,pti) macro to construct virtual address from
authorphk <phk@FreeBSD.org>
Tue, 30 Apr 1996 12:02:12 +0000 (12:02 +0000)
committerphk <phk@FreeBSD.org>
Tue, 30 Apr 1996 12:02:12 +0000 (12:02 +0000)
commit9502945d5babe42ab98a0a861784f84c983635f2
tree5285e538e31862d70153bd471ed6fb9542241c9c
parentf7fbc2347dcece19b9a6f3c63246ad184e82a821
pte.h: Add the VADDR(pdi,pti) macro to construct virtual address from
page dir+table index.
pmap.h: remove NUPDE, it was wrong and not used.  Sanitize KSTKPTEOFF.
vmparam.h: Calculate virtual addr from PDI+PTI from pmap.h rather than
using magic math.  Remove UPDT, not used.
sys/amd64/include/pmap.h
sys/amd64/include/vmparam.h
sys/i386/include/pmap.h
sys/i386/include/pte.h
sys/i386/include/vmparam.h