Date: Fri, 4 Apr 2014 20:42:44 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r264137 - head/sys/arm/conf Message-ID: <201404042042.s34KgiXZ085911@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ian Date: Fri Apr 4 20:42:44 2014 New Revision: 264137 URL: http://svnweb.freebsd.org/changeset/base/264137 Log: Switch wandboards over to the common IMX6 kernel config, which has SMP enabled. Also switch IMX6 to use SCHED_ULE. The now-unreferenced WANDBOARD.common config will be deleted after giving folks who may be including it a heads-up to switch to IMX6. Modified: head/sys/arm/conf/IMX6 head/sys/arm/conf/WANDBOARD-DUAL head/sys/arm/conf/WANDBOARD-QUAD head/sys/arm/conf/WANDBOARD-SOLO Modified: head/sys/arm/conf/IMX6 ============================================================================== --- head/sys/arm/conf/IMX6 Fri Apr 4 19:53:45 2014 (r264136) +++ head/sys/arm/conf/IMX6 Fri Apr 4 20:42:44 2014 (r264137) @@ -1,4 +1,4 @@ -# Kernel configuration for Wandboard +# Kernel configuration for Freescale i.MX6 systems. # # For more information on this file, please read the config(5) manual page, # and/or the handbook section on Kernel Configuration Files: @@ -20,8 +20,8 @@ ident IMX6 include "../freescale/imx/std.imx6" -options HZ=250 # Scheduling quantum is 4 milliseconds. -options SCHED_4BSD # 4BSD scheduler +options HZ=500 # Scheduling quantum is 2 milliseconds. +options SCHED_ULE # ULE scheduler options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols Modified: head/sys/arm/conf/WANDBOARD-DUAL ============================================================================== --- head/sys/arm/conf/WANDBOARD-DUAL Fri Apr 4 19:53:45 2014 (r264136) +++ head/sys/arm/conf/WANDBOARD-DUAL Fri Apr 4 20:42:44 2014 (r264137) @@ -17,7 +17,7 @@ # # $FreeBSD$ -include "WANDBOARD.common" +include "IMX6" ident WANDBOARD-DUAL # Flattened Device Tree Modified: head/sys/arm/conf/WANDBOARD-QUAD ============================================================================== --- head/sys/arm/conf/WANDBOARD-QUAD Fri Apr 4 19:53:45 2014 (r264136) +++ head/sys/arm/conf/WANDBOARD-QUAD Fri Apr 4 20:42:44 2014 (r264137) @@ -17,7 +17,7 @@ # # $FreeBSD$ -include "WANDBOARD.common" +include "IMX6" ident WANDBOARD-QUAD # Flattened Device Tree Modified: head/sys/arm/conf/WANDBOARD-SOLO ============================================================================== --- head/sys/arm/conf/WANDBOARD-SOLO Fri Apr 4 19:53:45 2014 (r264136) +++ head/sys/arm/conf/WANDBOARD-SOLO Fri Apr 4 20:42:44 2014 (r264137) @@ -17,7 +17,7 @@ # # $FreeBSD$ -include "WANDBOARD.common" +include "IMX6" ident WANDBOARD-SOLO # Flattened Device Tree
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404042042.s34KgiXZ085911>