From owner-svn-src-stable-10@FreeBSD.ORG Sat May 17 21:39:07 2014 Return-Path: Delivered-To: svn-src-stable-10@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEA49A1; Sat, 17 May 2014 21:39:07 +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 92A782998; Sat, 17 May 2014 21:39:06 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1WlmJt-0003k3-8t; Sat, 17 May 2014 21:39:05 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id s4HLd2Z2040941; Sat, 17 May 2014 15:39:02 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18p/hK2x2f4saUhunfN5Q32 Subject: Re: svn commit: r266356 - stable/10/sys/arm/conf From: Ian Lepore To: src-committers@FreeBSD.org In-Reply-To: <201405172119.s4HLJi1a003551@svn.freebsd.org> References: <201405172119.s4HLJi1a003551@svn.freebsd.org> Content-Type: text/plain; charset="us-ascii" Date: Sat, 17 May 2014 15:39:01 -0600 Message-ID: <1400362741.1152.8.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: svn-src-stable@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-stable-10@FreeBSD.org X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2014 21:39:07 -0000 On Sat, 2014-05-17 at 21:19 +0000, Ian Lepore wrote: > Author: ian > Date: Sat May 17 21:19:44 2014 > New Revision: 266356 > URL: http://svnweb.freebsd.org/changeset/base/266356 > > Log: > MFC 264137: Switch wandboards over to the common IMX6 kernel config, which > has SMP enabled. Also switch IMX6 to use SCHED_ULE. > > Modified: > stable/10/sys/arm/conf/PANDABOARD > Directory Properties: > stable/10/ (props changed) > > Modified: stable/10/sys/arm/conf/PANDABOARD > ============================================================================== > --- stable/10/sys/arm/conf/PANDABOARD Sat May 17 21:18:08 2014 (r266355) > +++ stable/10/sys/arm/conf/PANDABOARD Sat May 17 21:19:44 2014 (r266356) > @@ -145,3 +145,4 @@ options FDT_DTB_STATIC > makeoptions FDT_DTS_FILE=pandaboard.dts > > options VFP # vfp/neon > +options SMP # Enable multiple cores > Ooops, paste-o. This should have read "Enable SMP on PANDABOARD". -- Ian