From owner-freebsd-arm@FreeBSD.ORG Sat Jan 3 23:59:02 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6903C8BE for ; Sat, 3 Jan 2015 23:59:02 +0000 (UTC) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F23A666A9 for ; Sat, 3 Jan 2015 23:59:01 +0000 (UTC) Received: from [73.34.117.227] (helo=ilsoft.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1Y7Yay-000EYt-JJ; Sat, 03 Jan 2015 23:59:00 +0000 Received: from revolution.hippie.lan (revolution.hippie.lan [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id t03Nwxnp007765; Sat, 3 Jan 2015 16:58:59 -0700 (MST) (envelope-from ian@freebsd.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 73.34.117.227 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/fcNk9ygAZbSh0vO4rqUuk Message-ID: <1420329539.85983.28.camel@freebsd.org> Subject: Re: PANDABOARD default scheduler From: Ian Lepore To: Scott Ellis Date: Sat, 03 Jan 2015 16:58:59 -0700 In-Reply-To: <1419260211677-5975286.post@n5.nabble.com> References: <1419260211677-5975286.post@n5.nabble.com> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.12.8 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2015 23:59:02 -0000 On Mon, 2014-12-22 at 07:56 -0700, Scott Ellis wrote: > Why does the PANDABOARD kernel config default to SCHED_4BSD instead > of SCHED_ULE? It's a dual-core board. > > Just curious. > > SCHED_ULE has been working fine for me on a similar OMAP4 board. > Sorry it took me so long to respond to this (been a bit busy:) but I've just switched all the arm kernels that are set for SMP to use ULE. -- Ian