cvs commit: src/sys/i386/i386 pmap.c

Tor Egge tegge at FreeBSD.org
Thu Feb 16 14:11:01 PST 2006


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


More information about the cvs-src mailing list