svn commit: r266356 - stable/10/sys/arm/conf
Ian Lepore
ian at FreeBSD.org
Sat May 17 21:39:07 UTC 2014
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
More information about the svn-src-stable
mailing list