From owner-cvs-all@FreeBSD.ORG Fri Sep 19 16:04:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7714F16A4B3; Fri, 19 Sep 2003 16:04:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E962743FF3; Fri, 19 Sep 2003 16:04:44 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8JN4iXJ066985; Fri, 19 Sep 2003 16:04:44 -0700 (PDT) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8JN4i3A066984; Fri, 19 Sep 2003 16:04:44 -0700 (PDT) (envelope-from jeff) Message-Id: <200309192304.h8JN4i3A066984@repoman.freebsd.org> From: Jeff Roberson Date: Fri, 19 Sep 2003 16:04:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm uma_core.c uma_int.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 23:04:45 -0000 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