Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jun 2014 11:44:26 +0000 (UTC)
From:      Ruslan Bukin <br@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r267390 - head/sys/arm/conf
Message-ID:  <201406121144.s5CBiQ6m099557@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: br
Date: Thu Jun 12 11:44:26 2014
New Revision: 267390
URL: http://svnweb.freebsd.org/changeset/base/267390

Log:
  Enable SMP for both Exynos5 models we support.

Modified:
  head/sys/arm/conf/EXYNOS5.common
  head/sys/arm/conf/EXYNOS5250

Modified: head/sys/arm/conf/EXYNOS5.common
==============================================================================
--- head/sys/arm/conf/EXYNOS5.common	Thu Jun 12 11:41:04 2014	(r267389)
+++ head/sys/arm/conf/EXYNOS5.common	Thu Jun 12 11:44:26 2014	(r267390)
@@ -51,6 +51,8 @@ options 	PREEMPTION
 options 	FREEBSD_BOOT_LOADER
 options 	VFP			# vfp/neon
 
+options 	SMP
+
 # Debugging
 makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
 options 	BREAK_TO_DEBUGGER

Modified: head/sys/arm/conf/EXYNOS5250
==============================================================================
--- head/sys/arm/conf/EXYNOS5250	Thu Jun 12 11:41:04 2014	(r267389)
+++ head/sys/arm/conf/EXYNOS5250	Thu Jun 12 11:44:26 2014	(r267390)
@@ -21,7 +21,5 @@ ident		EXYNOS5250
 include		"EXYNOS5.common"
 include		"../samsung/exynos/std.exynos5250"
 
-options		SMP
-
 #FDT
 options 	FDT



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406121144.s5CBiQ6m099557>