Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 1999 22:04:53 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/alpha/alpha pmap.c src/sys/i386/i386 pmap.c src/sys/vm swap_pager.c vm_fault.c vm_map.c vm_pageout.c
Message-ID:  <199901240604.WAA00602@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      1999/01/23 22:04:53 PST

  Modified files:
    sys/alpha/alpha      pmap.c 
    sys/i386/i386        pmap.c 
    sys/vm               swap_pager.c vm_fault.c vm_map.c 
                         vm_pageout.c 
  Log:
      Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALL
      to use the vm_page_dirty() inline.
  
      The inline can thus do sanity checks ( or not ) over all cases.
  
  Revision  Changes    Path
  1.14      +4 -4      src/sys/alpha/alpha/pmap.c
  1.221     +8 -8      src/sys/i386/i386/pmap.c
  1.111     +3 -3      src/sys/vm/swap_pager.c
  1.98      +2 -2      src/sys/vm/vm_fault.c
  1.142     +3 -5      src/sys/vm/vm_map.c
  1.134     +2 -2      src/sys/vm/vm_pageout.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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