From owner-cvs-all@FreeBSD.ORG Wed Sep 27 16:11:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 738A716A4AB; Wed, 27 Sep 2006 16:11:01 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B58643D6E; Wed, 27 Sep 2006 16:10:59 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([165.236.175.187]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k8RFq4BG019520; Wed, 27 Sep 2006 09:52:10 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <451A9E1E.30601@samsco.org> Date: Wed, 27 Sep 2006 09:51:58 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200609261608.k8QG8TYB044266@repoman.freebsd.org> <200609261313.03759.jhb@freebsd.org> <4519B2E5.9000304@FreeBSD.org> <200609271117.25831.jhb@freebsd.org> In-Reply-To: <200609271117.25831.jhb@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: Maxim Sobolev , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 local_apic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Sep 2006 16:11:01 -0000 John Baldwin wrote: > On Tuesday 26 September 2006 19:08, Maxim Sobolev wrote: > >>John Baldwin wrote: >> >>>On Tuesday 26 September 2006 12:08, Maxim Sobolev wrote: >>> >>>>sobomax 2006-09-26 16:08:29 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: (Branch: RELENG_6) >>>> sys/i386/i386 local_apic.c >>>> Log: >>>> Revert 1.17.2.8, which reportedly causes problems on some hardware. >>> >>>The report I saw was that it broke ULE in general. Are you going to > > revert it > >>>from amd64 as well? >> >>Yes, you are right - this is ULE specific bug. In fact, quick grep of >>the ULE code reveals that it doesn't honor hlt_cpus_mask, so that the >>problem is with ULE, not with the change in question. > > > Well, hlt_cpus_mask is really an x86-specific hack. :) > x86 and amd64, which represent about 95% of FreeBSD. Scott