svn commit: r267390 - head/sys/arm/conf

Ruslan Bukin br at FreeBSD.org
Thu Jun 12 11:44:27 UTC 2014


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


More information about the svn-src-head mailing list