From owner-freebsd-current@FreeBSD.ORG Thu Apr 20 15:35:40 2006 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6170A16A404; Thu, 20 Apr 2006 15:35:40 +0000 (UTC) (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 7678E43D45; Thu, 20 Apr 2006 15:35:38 +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 k3KFZYTi031739; Thu, 20 Apr 2006 11:35:34 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: John Baldwin Date: Thu, 20 Apr 2006 11:35:21 -0400 User-Agent: KMail/1.6.2 References: <1145467346.32933.8.camel@BrutusBSD.rochester.rr.com> <200604191619.25287.jkim@FreeBSD.org> <200604200816.49570.jhb@freebsd.org> In-Reply-To: <200604200816.49570.jhb@freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200604201135.22708.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1409/Wed Apr 19 17:02:41 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Alexander Leidinger , freebsd-current@FreeBSD.org, Benjamin Adams Subject: Re: IBM T60 dmsg 6.1-RC1 (problems will test patches) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 15:35:40 -0000 On Thursday 20 April 2006 08:16 am, John Baldwin wrote: > On Wednesday 19 April 2006 04:19 pm, Jung-uk Kim wrote: > > On Wednesday 19 April 2006 03:28 pm, Jung-uk Kim wrote: > > > RELENG_6 does not *display* number of cores but -CURRENT > > > should: > > > > > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/amd64/amd64/ident > > >cpu. c.diff?r1=1.136&r2=1.140 > > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/i386/identcp > > >u.c. diff?r1=1.150&r2=1.145 > > > > > > One thing that I neglected to MFC... :-( > > > > Here is patch for RELENG_6 and RELENG_6_1 for multicore > > detection: > > > > http://people.freebsd.org/~jkim/multicore-RELENG_6.diff > > This is a good start, but we still need to update the CPU masks > in mp_machdep.c for stuff like the 'hyperthreading_allowed' sysctl > to actually work correctly. This should probably be MFC'd first > though and the CPU masks fixed in HEAD. I agree. I will commit this as soon as code freeze is over. Jung-uk Kim