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

John Baldwin jhb at FreeBSD.org
Fri Jul 29 19:03:45 GMT 2005


jhb         2005-07-29 19:03:44 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/i386        pmap.c 
  Log:
  Fix a bug in pmap_protect() in the PAE case where it would try to look up
  the vm_page_t associated with a pte using only the lower 32-bits of the pte
  instead of the full 64-bits.
  
  Submitted by:   Greg Taleck greg at isilon dot com
  Reviewed by:    jeffr, alc
  MFC after:      3 days
  
  Revision  Changes    Path
  1.524     +2 -2      src/sys/i386/i386/pmap.c


More information about the cvs-all mailing list