From owner-freebsd-stable@FreeBSD.ORG Tue Mar 10 23:04:35 2009 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 4B632106566C for ; Tue, 10 Mar 2009 23:04:35 +0000 (UTC) (envelope-from varga.michal@gmail.com) Received: from mail-bw0-f164.google.com (mail-bw0-f164.google.com [209.85.218.164]) by mx1.freebsd.org (Postfix) with ESMTP id 9C0D68FC16 for ; Tue, 10 Mar 2009 23:04:34 +0000 (UTC) (envelope-from varga.michal@gmail.com) Received: by bwz8 with SMTP id 8so1643095bwz.43 for ; Tue, 10 Mar 2009 16:04:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=5HK5R7f4OkdB+WMAqqSpcaA2EgJr0QLrMverCg1xCfs=; b=PR4eQ8Sv/hGeCIkrhY1pP3SOwFLm/63x+bqKPccb6laDo5ArxUtbdijlqxSbgz/+rh pePr420NhL9A4h9GvVvzOu3Yl46fAxMV1wWfs8M6ETHCLycgMPqrV5jXPQSoun7/hvED ZdPVMMWrWDzhOYThs04nTVNNrROQ41WQfBiRI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=VtgkcxwGw4Os04LOW6y9X37mJJxqPyB7wArmMwj8BmrQV+kzZy/yK6ZQosWGpLgioj MNC+2CGmmHB4ojhV3rqjAkIu3T9PaqXtDB+d2I9ozRsfeY80dF2fd/HD5NK7KBD8Lrej S9TiJojv6S82IHyqu+rYSfcY8J2Nlabv6ikZo= MIME-Version: 1.0 Received: by 10.223.115.193 with SMTP id j1mr5929989faq.98.1236726273440; Tue, 10 Mar 2009 16:04:33 -0700 (PDT) In-Reply-To: <22445089.post@talk.nabble.com> References: <3f1fd1ea0903090716k79ca91bemb21aff9db0073e6e@mail.gmail.com> <22445089.post@talk.nabble.com> Date: Wed, 11 Mar 2009 00:04:33 +0100 Message-ID: <3f1fd1ea0903101604j3219ab08ib6a2c777a2891535@mail.gmail.com> From: Michal Varga To: Timothy Brown Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: jeff@FreeBSD.org, freebsd-stable@freebsd.org Subject: Re: SCHED_ULE + SMP Phenom freeze 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: Tue, 10 Mar 2009 23:04:35 -0000 On Tue, Mar 10, 2009 at 11:37 PM, Timothy Brown wrote: > I had the same problem. I searched the FreeBSD problem report database and > came across this: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/120138 > > After manually applying the patch and recompiling the kernel, I am able to > boot with SCHED_ULE and SMP enabled. > > Cheers, > Tim Wow, thank you for this, going to apply in a moment (but I guess it's pretty obvious that this is the same issue and also explains the X3 mystery). Adding Jeff Roberson to cc: to remind about the issue, I think it wouldn't be a bad idea to get this committed eventually. m.