From owner-freebsd-current@FreeBSD.ORG Mon Aug 11 16:10:17 2003 Return-Path: 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 5A90237B401 for ; Mon, 11 Aug 2003 16:10:17 -0700 (PDT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5C3A43F75 for ; Mon, 11 Aug 2003 16:10:16 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) h7BNAE8k055616; Mon, 11 Aug 2003 16:10:14 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)h7BNAE4h055615; Mon, 11 Aug 2003 16:10:14 -0700 (PDT) Date: Mon, 11 Aug 2003 16:10:14 -0700 From: Steve Kargl To: Andy Farkas Message-ID: <20030811231014.GA55200@troutmask.apl.washington.edu> References: <200308111816.26818.eqe@cox.net> <20030812082147.A85046-100000@hewey.af.speednet.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030812082147.A85046-100000@hewey.af.speednet.com.au> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org cc: Eriq Lamar Subject: Re: smp in 5.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 11 Aug 2003 23:10:17 -0000 On Tue, Aug 12, 2003 at 08:25:38AM +1000, Andy Farkas wrote: > On Mon, 11 Aug 2003, Eriq Lamar wrote: > > > Is there any advantage in 5.1 over 4.8 for two amd mp's. and if so could > > someone tell what they are. I am interested in building dual system using > > mp's but not sure which version would be better. > > Scheduling in 5.1 is broken (sched_ule doesn't even work*). > > Stick with 4.8. > > * for me, sched_ule completely locks up my box, no ping, no keybd. Exact > same kernel with sched_4bsd works fine. > Strange. ULE has worked fine on my UP system for several months and the SMP system I recently obtained from a co-worker hasn't panicked while running ULE. Can you drop into ddb and trace the problem with ULE on your system? -- Steve