Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jan 2015 23:30:30 +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: r276642 - head/sys/arm/conf
Message-ID:  <201501032330.t03NUU45038999@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Sat Jan  3 23:30:29 2015
New Revision: 276642
URL: https://svnweb.freebsd.org/changeset/base/276642

Log:
  Remove commented-out options SMP and APIC_IO from old arm boards that will
  never be able to support smp.

Modified:
  head/sys/arm/conf/CRB
  head/sys/arm/conf/EP80219
  head/sys/arm/conf/IQ31244

Modified: head/sys/arm/conf/CRB
==============================================================================
--- head/sys/arm/conf/CRB	Sat Jan  3 23:16:13 2015	(r276641)
+++ head/sys/arm/conf/CRB	Sat Jan  3 23:30:29 2015	(r276642)
@@ -101,9 +101,6 @@ options 	DDB			# Enable the kernel debug
 #options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
 #options 	DIAGNOSTIC
 
-# To make an SMP kernel, the next two are needed
-#options 	SMP			# Symmetric MultiProcessor Kernel
-#options 	APIC_IO			# Symmetric (APIC) I/O
 options 	XSCALE_CACHE_READ_WRITE_ALLOCATE
 device		md
 device		random			# Entropy device

Modified: head/sys/arm/conf/EP80219
==============================================================================
--- head/sys/arm/conf/EP80219	Sat Jan  3 23:16:13 2015	(r276641)
+++ head/sys/arm/conf/EP80219	Sat Jan  3 23:30:29 2015	(r276642)
@@ -97,9 +97,6 @@ options 	DDB			# Enable the kernel debug
 #options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
 #options 	DIAGNOSTIC
 
-# To make an SMP kernel, the next two are needed
-#options 	SMP			# Symmetric MultiProcessor Kernel
-#options 	APIC_IO			# Symmetric (APIC) I/O
 options 	XSCALE_CACHE_READ_WRITE_ALLOCATE
 device		md
 device		random          	# Entropy device

Modified: head/sys/arm/conf/IQ31244
==============================================================================
--- head/sys/arm/conf/IQ31244	Sat Jan  3 23:16:13 2015	(r276641)
+++ head/sys/arm/conf/IQ31244	Sat Jan  3 23:30:29 2015	(r276642)
@@ -102,9 +102,6 @@ options 	DDB			# Enable the kernel debug
 #options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
 #options 	DIAGNOSTIC
 
-# To make an SMP kernel, the next two are needed
-#options 	SMP			# Symmetric MultiProcessor Kernel
-#options 	APIC_IO			# Symmetric (APIC) I/O
 options 	XSCALE_CACHE_READ_WRITE_ALLOCATE
 device		md
 device		random			# Entropy device



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