Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2009 18:05:54 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/vm vm_extern.h vm_fault.c vm_map.c vm_map.h
Message-ID:  <200911181806.nAII6IuN043967@repoman.freebsd.org>

index | next in thread | raw e-mail

alc         2009-11-18 18:05:54 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_extern.h vm_fault.c vm_map.c vm_map.h 
  Log:
  SVN rev 199490 on 2009-11-18 18:05:54Z by alc
  
  Simplify both the invocation and the implementation of vm_fault() for wiring
  pages.
  
  (Note: Claims made in the comments about the handling of breakpoints in
  wired pages have been false for roughly a decade.  This and another bug
  involving breakpoints will be fixed in coming changes.)
  
  Reviewed by:    kib
  
  Revision  Changes    Path
  1.91      +1 -1      src/sys/vm/vm_extern.h
  1.261     +13 -32    src/sys/vm/vm_fault.c
  1.423     +2 -2      src/sys/vm/vm_map.c
  1.131     +0 -2      src/sys/vm/vm_map.h


help

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