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

Konstantin Belousov kib at FreeBSD.org
Mon Feb 19 10:55:16 UTC 2007


kib         2007-02-19 10:55:16 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
  Log:
  MFi386 rev. 1.544 of i386/i386/pmap.c:
  Rounding addr upwards to next 2M boundary in pmap_growkernel() could
  cause addr to become 0, resulting in an early return without populating
  the last PDE.
  
  Reported and tested by: kris
  Suggested by:   alc
  MFC after:      1 week
  
  Revision  Changes    Path
  1.579     +14 -0     src/sys/amd64/amd64/pmap.c


More information about the cvs-src mailing list