From owner-cvs-src@FreeBSD.ORG Sat Feb 11 18:44:38 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 B9CA716A420; Sat, 11 Feb 2006 18:44:38 +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 75C9E43D46; Sat, 11 Feb 2006 18:44:38 +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 k1BIib5h084162; Sat, 11 Feb 2006 18:44:38 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1BIib5Q084161; Sat, 11 Feb 2006 18:44:37 GMT (envelope-from rwatson) Message-Id: <200602111844.k1BIib5Q084161@repoman.freebsd.org> From: Robert Watson Date: Sat, 11 Feb 2006 18:44:37 +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/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: Sat, 11 Feb 2006 18:44:38 -0000 rwatson 2006-02-11 18:44:37 UTC FreeBSD src repository Modified files: lib/libmemstat memstat_uma.c Log: 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. MFC after: 3 days Revision Changes Path 1.14 +10 -0 src/lib/libmemstat/memstat_uma.c