[Glibc-bsd-commits] r4155 - in trunk/kfreebsd-10/debian: . arch/amd64 arch/i386

Robert Millan rmh at alioth.debian.org
Sun Mar 18 17:10:38 UTC 2012


Author: rmh
Date: 2012-03-18 17:10:37 +0000 (Sun, 18 Mar 2012)
New Revision: 4155

Modified:
   trunk/kfreebsd-10/debian/arch/amd64/amd64.config
   trunk/kfreebsd-10/debian/arch/i386/686.config
   trunk/kfreebsd-10/debian/arch/i386/xen.config
   trunk/kfreebsd-10/debian/changelog
Log:
Remove ALTQ_NOPCC in kernel configs, it is no longer required by SMP systems (see altq_subr.c).

Modified: trunk/kfreebsd-10/debian/arch/amd64/amd64.config
===================================================================
--- trunk/kfreebsd-10/debian/arch/amd64/amd64.config	2012-03-18 12:26:21 UTC (rev 4154)
+++ trunk/kfreebsd-10/debian/arch/amd64/amd64.config	2012-03-18 17:10:37 UTC (rev 4155)
@@ -4,7 +4,6 @@
 ident		Debian-amd64
 
 options		SMP		# Symmetric MultiProcessor Kernel
-options		ALTQ_NOPCC	# Required for SMP build
 
 options		COMPAT_LINUX32
 

Modified: trunk/kfreebsd-10/debian/arch/i386/686.config
===================================================================
--- trunk/kfreebsd-10/debian/arch/i386/686.config	2012-03-18 12:26:21 UTC (rev 4154)
+++ trunk/kfreebsd-10/debian/arch/i386/686.config	2012-03-18 17:10:37 UTC (rev 4155)
@@ -5,7 +5,6 @@
 ident		Debian-i686
 
 options		SMP		# Symmetric MultiProcessor Kernel
-options		ALTQ_NOPCC	# Required for SMP build
 
 options		COMPAT_LINUX
 

Modified: trunk/kfreebsd-10/debian/arch/i386/xen.config
===================================================================
--- trunk/kfreebsd-10/debian/arch/i386/xen.config	2012-03-18 12:26:21 UTC (rev 4154)
+++ trunk/kfreebsd-10/debian/arch/i386/xen.config	2012-03-18 17:10:37 UTC (rev 4155)
@@ -11,7 +11,6 @@
 nooption 	WITNESS			# Enable checks to detect deadlocks and cycles
 nooption 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
 
-options		ALTQ_NOPCC      # Required for SMP build
 
 # kFreeBSD needs
 options		COMPAT_LINUX

Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog	2012-03-18 12:26:21 UTC (rev 4154)
+++ trunk/kfreebsd-10/debian/changelog	2012-03-18 17:10:37 UTC (rev 4155)
@@ -4,8 +4,10 @@
   * Replace 950_no_stack_protector.diff with -DWITHOUT_SSP build knob.
   * Misc adjustments to make it possible to build with Clang (if enabled
     in debian/rules).
+  * Remove ALTQ_NOPCC in kernel configs, it is no longer required by SMP
+    systems (see altq_subr.c).
 
- -- Robert Millan <rmh at debian.org>  Sat, 17 Mar 2012 10:08:57 +0100
+ -- Robert Millan <rmh at debian.org>  Sun, 18 Mar 2012 18:10:30 +0100
 
 kfreebsd-10 (10.0~svn232747-1) experimental; urgency=low
 




More information about the Glibc-bsd-commits mailing list