Date: Fri, 19 Sep 2003 16:04:44 -0700 (PDT) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma_core.c uma_int.h Message-ID: <200309192304.h8JN4i3A066984@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2003/09/19 16:04:44 PDT FreeBSD src repository Modified files: sys/vm uma_core.c uma_int.h Log: - Remove the cache colorization code. We can't use it due to all of the broken consumers of the malloc interface who assume that the allocated address will be an even multiple of the size. - Remove disabled time delay code on uma_reclaim(). The comment there said it all. It was not an effective strategy and it should not be left in #if 0'd for all eternity. Revision Changes Path 1.82 +0 -50 src/sys/vm/uma_core.c 1.20 +0 -4 src/sys/vm/uma_int.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309192304.h8JN4i3A066984>