Date: Sat, 13 Sep 2003 13:07:26 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_object.c Message-ID: <200309132007.h8DK7Qm4059379@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309132007.h8DK7Qm4059379>