From owner-cvs-src@FreeBSD.ORG Fri Jan 6 18:03:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5371916A41F; Fri, 6 Jan 2006 18:03:51 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C637143D8D; Fri, 6 Jan 2006 18:03:47 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k06I3kHh034355; Fri, 6 Jan 2006 18:03:46 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k06I3krM034354; Fri, 6 Jan 2006 18:03:46 GMT (envelope-from jhb) Message-Id: <200601061803.k06I3krM034354@repoman.freebsd.org> From: John Baldwin Date: Fri, 6 Jan 2006 18:03:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2006 18:03:51 -0000 jhb 2006-01-06 18:03:45 UTC FreeBSD src repository Modified files: sys/vm uma_core.c Log: Reduce the scope of one #ifdef to avoid duplicating a SYSCTL_INT() macro and trim another unneeded #ifdef (it was just around a macro that is already conditionally defined). Revision Changes Path 1.134 +1 -5 src/sys/vm/uma_core.c