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

Alan Cox alc at FreeBSD.org
Sun May 11 20:33:47 UTC 2008


alc         2008-05-11 20:33:47 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
    sys/i386/i386        pmap.c 
  Log:
  Correct an error in pmap_align_superpage().  Specifically, correctly
  handle the case where the mapping is greater than a superpage in size
  but the alignment of the physical pages spans a superpage boundary.
  
  Revision  Changes    Path
  1.617     +3 -2      src/sys/amd64/amd64/pmap.c
  1.619     +3 -2      src/sys/i386/i386/pmap.c


More information about the cvs-src mailing list