From owner-svn-src-all@FreeBSD.ORG Fri Feb 27 15:43:48 2015 Return-Path: Delivered-To: svn-src-all@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 B7D51AE5; Fri, 27 Feb 2015 15:43:48 +0000 (UTC) Received: from pmta1.delivery10.ore.mailhop.org (pmta1.delivery10.ore.mailhop.org [54.149.36.10]) by mx1.freebsd.org (Postfix) with ESMTP id 95005CBD; Fri, 27 Feb 2015 15:43:48 +0000 (UTC) Received: from smtp4.ore.mailhop.org (172.31.18.134) by pmta1.delivery1.ore.mailhop.org id hu28aq20r840; Fri, 27 Feb 2015 15:43:39 +0000 (envelope-from ) Received: from c-73-34-117-227.hsd1.co.comcast.net ([73.34.117.227] helo=ilsoft.org) by smtp4.ore.mailhop.org with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82) (envelope-from ) id 1YRN4r-0005Zu-P5; Fri, 27 Feb 2015 15:43:45 +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 t1RFhheA018763; Fri, 27 Feb 2015 08:43:43 -0700 (MST) (envelope-from ian@freebsd.org) X-Mail-Handler: DuoCircle Outbound SMTP X-Originating-IP: 73.34.117.227 X-Report-Abuse-To: abuse@duocircle.com (see https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information for abuse reporting information) X-MHO-User: U2FsdGVkX19X9knuRAzhqo3esvZhcN2y Message-ID: <1425051823.1281.14.camel@freebsd.org> Subject: Re: svn commit: r279357 - head/sys/arm/conf From: Ian Lepore To: Andrew Turner Date: Fri, 27 Feb 2015 08:43:43 -0700 In-Reply-To: <201502271240.t1RCejxW059869@svn.freebsd.org> References: <201502271240.t1RCejxW059869@svn.freebsd.org> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.12.10 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2015 15:43:48 -0000 On Fri, 2015-02-27 at 12:40 +0000, Andrew Turner wrote: > Author: andrew > Date: Fri Feb 27 12:40:44 2015 > New Revision: 279357 > URL: https://svnweb.freebsd.org/changeset/base/279357 > > Log: > Remove SMP support from the Wandboard-Solo and have it run as part of > universe as a config with sched_ule but without SMP. > > Sponsored by: The FreeBSD Foundation > > Modified: > head/sys/arm/conf/WANDBOARD-SOLO > > Modified: head/sys/arm/conf/WANDBOARD-SOLO > ============================================================================== > --- head/sys/arm/conf/WANDBOARD-SOLO Fri Feb 27 12:38:24 2015 (r279356) > +++ head/sys/arm/conf/WANDBOARD-SOLO Fri Feb 27 12:40:44 2015 (r279357) > @@ -17,11 +17,11 @@ > # > # $FreeBSD$ > > -#NO_UNIVERSE > - > include "IMX6" > ident WANDBOARD-SOLO > > +nooptions SMP > + > # Flattened Device Tree > options FDT_DTB_STATIC > makeoptions FDT_DTS_FILE=wandboard-solo.dts > This config shouldn't even exist anymore, there should just be one IMX6 kernel for all imx6 platforms. -- Ian