From owner-freebsd-stable@FreeBSD.ORG Thu Sep 2 08:25:56 2010 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0CB11065731; Thu, 2 Sep 2010 08:25:56 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id B398F8FC20; Thu, 2 Sep 2010 08:25:55 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id LAA18794; Thu, 02 Sep 2010 11:25:53 +0300 (EEST) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Or57J-0003CW-2R; Thu, 02 Sep 2010 11:25:53 +0300 Message-ID: <4C7F5F90.3030407@icyb.net.ua> Date: Thu, 02 Sep 2010 11:25:52 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.8) Gecko/20100822 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: Jung-uk Kim References: <201007141414.o6EEEUx9014690@lurza.secnetix.de> <4C77F6D6.9020402@icyb.net.ua> <201008271536.08773.jkim@FreeBSD.org> <201009011426.26111.jkim@FreeBSD.org> In-Reply-To: <201009011426.26111.jkim@FreeBSD.org> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: jeff@FreeBSD.org, freebsd-stable@FreeBSD.org Subject: Re: 8.1-PRERELEASE: CPU packages not detected correctly X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2010 08:25:56 -0000 on 01/09/2010 21:26 Jung-uk Kim said the following: > On Friday 27 August 2010 03:36 pm, Jung-uk Kim wrote: >> [3] AMD is working on an SMT-capable CPU (code-named Bulldozer) and >> my patch won't work on them. If anyone has a Bulldozer sample, >> please look into it. > > I checked AMD website today and found out a new CPUID Spec. Rev. 2.34 > was just released: > > http://support.amd.com/us/Embedded_TechDocs/25481.pdf > > They have added CPUID 0x8000001d and 0x8000001e to detect topology, it > seems. Also, CPUID 0x80000001 %ecx bit 22 (TopologyExtensions) tells > you whether the above CPUID functions are supported. > > Interesting... Yeah, I've heard that they are adding SMT capabilities in "Bulldozer" processors, so I guess they have to change CPU topology detection indicators. -- Andriy Gapon