From owner-cvs-src@FreeBSD.ORG Mon Oct 17 16:01:03 2005 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 4CFBA16A41F; Mon, 17 Oct 2005 16:01:03 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5B1543D48; Mon, 17 Oct 2005 16:01:02 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j9HG8nd3075345; Mon, 17 Oct 2005 12:08:49 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: "David E. O'Brien" Date: Mon, 17 Oct 2005 12:00:47 -0400 User-Agent: KMail/1.6.2 References: <200510160858.j9G8wR9v045670@repoman.freebsd.org> In-Reply-To: <200510160858.j9G8wR9v045670@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Message-Id: <200510171200.49522.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV devel-20050919/1139/Sun Oct 16 20:30:04 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 identcpu.c 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: Mon, 17 Oct 2005 16:01:03 -0000 On Sunday 16 October 2005 04:58 am, David E. O'Brien wrote: > obrien 2005-10-16 08:58:27 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/amd64 identcpu.c > sys/i386/i386 identcpu.c > Log: > For AMD processors, nullify CPUID.HTT. FreeBSD has no need for > the information it conveys, and it is only confusing people. This > fixes incorrect output in the previous commit. > > Revision Changes Path > 1.138 +9 -0 src/sys/amd64/amd64/identcpu.c > 1.147 +9 -0 src/sys/i386/i386/identcpu.c Have you verified you are not breaking `logical_cpus' in mp_machdep.c by doing this? Show me the 'incorrect' output or please back it out. Jung-uk Kim