cvs commit: src/sys/vm vm_object.c
    Alan Cox 
    alc at FreeBSD.org
       
    Sat Sep 13 13:07:28 PDT 2003
    
    
  
alc         2003/09/13 13:07:26 PDT
  FreeBSD src repository
  Modified files:
    sys/vm               vm_object.c 
  Log:
  There is no need for an atomic increment on the vm object's generation
  count in _vm_object_allocate().  (Access to the generation count is
  governed by the vm object's lock.)  Note: the introduction of the
  atomic increment in revision 1.238 appears to be an accident.  The
  purpose of that commit was to fix an Alpha-specific bug in UMA's
  debugging code.
  
  Revision  Changes    Path
  1.304     +1 -2      src/sys/vm/vm_object.c
    
    
More information about the cvs-src
mailing list