From owner-cvs-src@FreeBSD.ORG Wed Sep 27 15:29:17 2006 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 CE8B016A407; Wed, 27 Sep 2006 15:29:17 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46F8843E2D; Wed, 27 Sep 2006 15:27:34 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k8RFROZM058728; Wed, 27 Sep 2006 11:27:30 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Maxim Sobolev Date: Wed, 27 Sep 2006 11:17:25 -0400 User-Agent: KMail/1.9.1 References: <200609261608.k8QG8TYB044266@repoman.freebsd.org> <200609261313.03759.jhb@freebsd.org> <4519B2E5.9000304@FreeBSD.org> In-Reply-To: <4519B2E5.9000304@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609271117.25831.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 27 Sep 2006 11:27:31 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/1947/Tue Sep 26 20:46:56 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 local_apic.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: Wed, 27 Sep 2006 15:29:18 -0000 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. :) -- John Baldwin