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

Ian Lepore ian at FreeBSD.org
Sat Jan 3 23:30:31 UTC 2015


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


More information about the svn-src-head mailing list