tegge 2006-02-16 22:10:57 UTC
FreeBSD src repository
Modified files:
sys/i386/i386 pmap.c
Log:
Rounding addr upwards to next 4M or 2M boundary in pmap_growkernel() could
cause addr to become 0, resulting in an early return without populating
the last PDE.
Reviewed by: alc
Revision Changes Path
1.544 +14 -0 src/sys/i386/i386/pmap.c