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

Alan Cox alc at FreeBSD.org
Sun Mar 23 16:04:09 PDT 2008


alc         2008-03-23 23:04:09 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
  Log:
  Correct an error in pmap_mincore() when applied to a 2MB page mapping:
  Use PG_PS_FRAME, not PG_FRAME, to obtain the physical address of the
  2MB physical page from the PDE.
  
  Revision  Changes    Path
  1.609     +3 -3      src/sys/amd64/amd64/pmap.c


More information about the cvs-src mailing list