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

Tor Egge tegge at FreeBSD.org
Wed Mar 8 15:59:41 PST 2006


tegge       2006-03-08 23:59:41 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/i386/i386        pmap.c 
  Log:
  MFC: 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.
  
  Approved by:    re (mux)
  
  Revision   Changes    Path
  1.523.2.6  +14 -0     src/sys/i386/i386/pmap.c


More information about the cvs-src mailing list