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

Alan Cox alc at FreeBSD.org
Sat Aug 2 03:44:16 UTC 2008


alc         2008-08-02 03:43:54 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
  Log:
  SVN rev 181151 on 2008-08-02 03:43:54Z by alc
  
  Enhance pmap_mapdev_attr().  Take advantage of recent enhancements to
  pmap_change_attr() in order to use the direct map for any cache mode, not
  just write-back mode.
  
  It is worth noting that this change also eliminates a situation in which we
  have two mappings to the same physical memory with different cache modes.
  
  Submitted by:   Magesh Dhasayyan (with some changes by me)
  Discussed with: jhb
  
  Revision  Changes    Path
  1.642     +7 -4      src/sys/amd64/amd64/pmap.c


More information about the cvs-src mailing list