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

Alan Cox alc at FreeBSD.org
Sat Feb 5 11:21:55 PST 2005


alc         2005-02-05 19:21:54 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
    sys/i386/i386        pmap.c 
  Log:
  Implement proper handling of PG_G mappings in pmap_protect().  (I don't
  believe that this omission mattered before the introduction of MemGuard.)
  
  Reviewed by: tegge@
  MFC after: 1 week
  
  Revision  Changes    Path
  1.515     +4 -1      src/sys/amd64/amd64/pmap.c
  1.521     +4 -1      src/sys/i386/i386/pmap.c


More information about the cvs-all mailing list