From owner-freebsd-current@FreeBSD.ORG Fri Jul 27 14:06:40 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EDBF16A418 for ; Fri, 27 Jul 2007 14:06:40 +0000 (UTC) (envelope-from mv@rulez.sk) Received: from mail.rulez.sk (DaEmoN.RuLeZ.sK [84.16.32.226]) by mx1.freebsd.org (Postfix) with ESMTP id 0E88613C46E for ; Fri, 27 Jul 2007 14:06:40 +0000 (UTC) (envelope-from mv@rulez.sk) Received: from localhost (localhost [127.0.0.1]) by mail.rulez.sk (Postfix) with ESMTP id 5A9BC5C3F; Fri, 27 Jul 2007 16:06:39 +0200 (CEST) X-Virus-Scanned: by amavisd-new at mail.rulez.sk Received: by mail.rulez.sk (Postfix, from userid 1020) id 5A0C55C34; Fri, 27 Jul 2007 16:06:36 +0200 (CEST) Date: Fri, 27 Jul 2007 16:06:36 +0200 From: Milos Vyletel To: Attilio Rao Message-ID: <20070727140636.GA69135@rulez.sk> References: <20070721174631.S561@10.0.0.1> <20070722114846.GA97996@rulez.sk> <20070722121631.GA8336@rulez.sk> <200707261750.19994.peter@wemm.org> <46A9C437.1080504@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46A9C437.1080504@FreeBSD.org> User-Agent: Mutt/1.4.2.2i Cc: current@freebsd.org Subject: Re: ULE status, invalid load, buildkernel times. 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: Fri, 27 Jul 2007 14:06:40 -0000 On Fri, Jul 27, 2007 at 12:08:55PM +0200, Attilio Rao wrote: > The patch is not going to work as the slot for SI_ORDER_SECOND was > alredy held by kern/subr_smp.c::mp_start() function. > > Could you please try this comprehensive patch? > It has a fix for the mp_start / lapic_init confusion and some tricks > with CNXT-ID bit which should exactly identify HTT: > http://people.freebsd.org/~attilio/machdep_lapic.diff > > I have still to stress test it, so please use caution. I will update > soon if I will have more information (a 'work for me' / 'don't work for > me' would be very appreciated though). > kernel with your patch booted fine and my Athlon X2 was corretly identified, thanks mv