From owner-cvs-src@FreeBSD.ORG Fri Jun 1 17:47:43 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B763116A421; Fri, 1 Jun 2007 17:47:43 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.freebsd.org (Postfix) with ESMTP id 4947313C468; Fri, 1 Jun 2007 17:47:38 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id l51HlXaH096481; Fri, 1 Jun 2007 13:47:33 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: obrien@freebsd.org Date: Fri, 1 Jun 2007 13:21:10 -0400 User-Agent: KMail/1.9.6 References: <200705291925.l4TJPoYb039878@repoman.freebsd.org> <20070601020838.GA84629@hub.freebsd.org> In-Reply-To: <20070601020838.GA84629@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706011321.10958.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 01 Jun 2007 13:47:33 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/3336/Fri Jun 1 07:28:33 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Dag-Erling Smorgrav Subject: Re: cvs commit: src/sys/i386/i386 identcpu.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, 01 Jun 2007 17:47:43 -0000 On Thursday 31 May 2007 10:08:38 pm David O'Brien wrote: > On Tue, May 29, 2007 at 07:25:50PM +0000, Dag-Erling Smorgrav wrote: > > des 2007-05-29 19:25:50 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/i386 identcpu.c > > Log: > > Remove a pointless bootverbose message. > > Why is this bogus? Please revert your change. > With a verbose boot, you're told that HTT is cleared incase the user is > confused when they earlier see that HTT is detected. This is true on Intel multi-core machines as well that don't have HTT, and the previous hack didn't address that either. Anyways, we already have improved bootverbose messages that now distinguish cores from hyperthreads, so I think the message you are worried about doesn't occur anymore anyway. -- John Baldwin