Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Aug 2009 18:41:13 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c
Message-ID:  <200908311842.n7VIg63K030226@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-08-31 18:41:13 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
    sys/i386/i386        pmap.c 
  Log:
  SVN rev 196707 on 2009-08-31 18:41:13Z by jhb
  
  Simplify pmap_change_attr() a bit:
  - Always calculate the cache bits instead of doing it on-demand.
  - Always set changed to TRUE rather than only doing it if it is false.
  
  Discussed with: alc
  MFC after:      3 days
  
  Revision  Changes    Path
  1.670     +5 -17     src/sys/amd64/amd64/pmap.c
  1.648     +4 -13     src/sys/i386/i386/pmap.c



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