From owner-cvs-src@FreeBSD.ORG Tue Feb 14 03:35:27 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 395C416A435; Tue, 14 Feb 2006 03:35:27 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E860843D64; Tue, 14 Feb 2006 03:35:26 +0000 (GMT) (envelope-from rwatson@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 k1E3ZQQs049491; Tue, 14 Feb 2006 03:35:26 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1E3ZQ0Z049490; Tue, 14 Feb 2006 03:35:26 GMT (envelope-from rwatson) Message-Id: <200602140335.k1E3ZQ0Z049490@repoman.freebsd.org> From: Robert Watson Date: Tue, 14 Feb 2006 03:35:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libmemstat memstat_uma.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: Tue, 14 Feb 2006 03:35:27 -0000 rwatson 2006-02-14 03:35:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libmemstat memstat_uma.c Log: Merge memstat_uma.c:1.14 from HEAD to RELENG_6: Read all_cpus variable out of kmem, and validate CPUs against the all_cpus cpu mask before looking at the cache entries for the CPU. For systems with sparse CPU id arrays, this skips otherwise uninitialized cache structures. Approved by: re (scottl) Revision Changes Path 1.7.2.7 +10 -0 src/lib/libmemstat/memstat_uma.c