From owner-svn-src-head@FreeBSD.ORG Wed Oct 29 13:44:04 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BBDC1065688; Wed, 29 Oct 2008 13:44:04 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id D33E18FC0A; Wed, 29 Oct 2008 13:44:03 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id D659D1897A9; Wed, 29 Oct 2008 09:44:02 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Wed, 29 Oct 2008 09:44:02 -0400 X-Sasl-enc: OZ1+xAp7Bxanje71DPpt7VvPH7zk29KZG+Bd0ME9k5Op 1225287842 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 1AAF2D469; Wed, 29 Oct 2008 09:44:01 -0400 (EDT) Message-ID: <490868A0.2000202@FreeBSD.org> Date: Wed, 29 Oct 2008 13:44:00 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: Ivan Voras References: <200810291336.m9TDaNCn023910@svn.freebsd.org> In-Reply-To: <200810291336.m9TDaNCn023910@svn.freebsd.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r184439 - head/sys/kern X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 13:44:04 -0000 Ivan Voras wrote: > Log: > Introduce a new sysctl, kern.sched.topology_spec, that returns an XML > dump of detected ULE CPU topology. This dump can be used to check the > topology detection and for general system information. This is kinda cool...