svn commit: r279357 - head/sys/arm/conf
Andrew Turner
andrew at FreeBSD.org
Fri Feb 27 12:40:46 UTC 2015
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
More information about the svn-src-all
mailing list