Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2005 19:03:44 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 pmap.c
Message-ID:  <200507291903.j6TJ3iLw086078@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507291903.j6TJ3iLw086078>