jhb         2006-08-14 15:39:41 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
    sys/i386/i386        pmap.c 
  Log:
  Don't try to preserve PAT bits in pmap_enter().  We currently on pages that
  aren't mapped via pmap_enter() (KVA).  We will eventually support PAT bits
  on user pages, but those will require some sort of MI caching mode stored
  in the vm_page.
  
  Reviewed by:    alc
  
  Revision  Changes    Path
  1.571     +0 -4      src/sys/amd64/amd64/pmap.c
  1.575     +0 -4      src/sys/i386/i386/pmap.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to