[kernel] r7588 - in dists/trunk/linux-2.6/debian: . arch arch/alpha arch/amd64 arch/hppa arch/i386 arch/ia64 arch/mips arch/mipsel arch/powerpc arch/s390 arch/sparc

Bastian Blank waldi at costa.debian.org
Tue Oct 10 11:20:43 UTC 2006


Author: waldi
Date: Tue Oct 10 11:20:41 2006
New Revision: 7588

Modified:
   dists/trunk/linux-2.6/debian/arch/alpha/config.alpha-smp
   dists/trunk/linux-2.6/debian/arch/amd64/config.amd64
   dists/trunk/linux-2.6/debian/arch/config
   dists/trunk/linux-2.6/debian/arch/hppa/config.parisc-smp
   dists/trunk/linux-2.6/debian/arch/hppa/config.parisc64-smp
   dists/trunk/linux-2.6/debian/arch/i386/config.686
   dists/trunk/linux-2.6/debian/arch/i386/config.686-bigmem
   dists/trunk/linux-2.6/debian/arch/i386/config.k7
   dists/trunk/linux-2.6/debian/arch/ia64/config.itanium
   dists/trunk/linux-2.6/debian/arch/ia64/config.mckinley
   dists/trunk/linux-2.6/debian/arch/mips/config.sb1-bcm91250a
   dists/trunk/linux-2.6/debian/arch/mips/config.sb1a-bcm91480b
   dists/trunk/linux-2.6/debian/arch/mipsel/config.sb1-bcm91250a
   dists/trunk/linux-2.6/debian/arch/mipsel/config.sb1a-bcm91480b
   dists/trunk/linux-2.6/debian/arch/powerpc/config.powerpc-smp
   dists/trunk/linux-2.6/debian/arch/powerpc/config.powerpc64
   dists/trunk/linux-2.6/debian/arch/s390/config
   dists/trunk/linux-2.6/debian/arch/sparc/config.sparc64-smp
   dists/trunk/linux-2.6/debian/changelog

Log:
debian/arch: Unify CPUSET options.
debian/changelog: Update.


Modified: dists/trunk/linux-2.6/debian/arch/alpha/config.alpha-smp
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/alpha/config.alpha-smp	(original)
+++ dists/trunk/linux-2.6/debian/arch/alpha/config.alpha-smp	Tue Oct 10 11:20:41 2006
@@ -1,5 +1,4 @@
 CONFIG_SMP=y
 CONFIG_NR_CPUS=64
-# CONFIG_CPUSETS is not set
 # CONFIG_ALPHA_LEGACY_START_ADDRESS is not set
 CONFIG_SCSI=y

Modified: dists/trunk/linux-2.6/debian/arch/amd64/config.amd64
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/amd64/config.amd64	(original)
+++ dists/trunk/linux-2.6/debian/arch/amd64/config.amd64	Tue Oct 10 11:20:41 2006
@@ -1,5 +1,4 @@
 CONFIG_LOCK_KERNEL=y
-CONFIG_CPUSETS=y
 CONFIG_STOP_MACHINE=y
 CONFIG_SMP=y
 # CONFIG_NUMA_EMU is not set

Modified: dists/trunk/linux-2.6/debian/arch/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/config	(original)
+++ dists/trunk/linux-2.6/debian/arch/config	Tue Oct 10 11:20:41 2006
@@ -1051,3 +1051,4 @@
 CONFIG_NET_CLS_FW=m
 CONFIG_NET_CLS_ROUTE=y
 CONFIG_DVB_PLL=m
+CONFIG_CPUSETS=y

Modified: dists/trunk/linux-2.6/debian/arch/hppa/config.parisc-smp
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/hppa/config.parisc-smp	(original)
+++ dists/trunk/linux-2.6/debian/arch/hppa/config.parisc-smp	Tue Oct 10 11:20:41 2006
@@ -1,5 +1,4 @@
 CONFIG_LOCK_KERNEL=y
-# CONFIG_CPUSETS is not set
 CONFIG_STOP_MACHINE=y
 CONFIG_PA7000=y
 # CONFIG_PA8X00 is not set

Modified: dists/trunk/linux-2.6/debian/arch/hppa/config.parisc64-smp
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/hppa/config.parisc64-smp	(original)
+++ dists/trunk/linux-2.6/debian/arch/hppa/config.parisc64-smp	Tue Oct 10 11:20:41 2006
@@ -1,5 +1,4 @@
 CONFIG_LOCK_KERNEL=y
-# CONFIG_CPUSETS is not set
 CONFIG_STOP_MACHINE=y
 # CONFIG_PA7000 is not set
 CONFIG_PA8X00=y

Modified: dists/trunk/linux-2.6/debian/arch/i386/config.686
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/i386/config.686	(original)
+++ dists/trunk/linux-2.6/debian/arch/i386/config.686	Tue Oct 10 11:20:41 2006
@@ -1,5 +1,4 @@
 CONFIG_LOCK_KERNEL=y
-# CONFIG_CPUSETS is not set
 CONFIG_STOP_MACHINE=y
 # CONFIG_M386 is not set
 CONFIG_M686=y

Modified: dists/trunk/linux-2.6/debian/arch/i386/config.686-bigmem
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/i386/config.686-bigmem	(original)
+++ dists/trunk/linux-2.6/debian/arch/i386/config.686-bigmem	Tue Oct 10 11:20:41 2006
@@ -1,5 +1,4 @@
 CONFIG_LOCK_KERNEL=y
-# CONFIG_CPUSETS is not set
 CONFIG_STOP_MACHINE=y
 # CONFIG_M386 is not set
 CONFIG_M686=y

Modified: dists/trunk/linux-2.6/debian/arch/i386/config.k7
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/i386/config.k7	(original)
+++ dists/trunk/linux-2.6/debian/arch/i386/config.k7	Tue Oct 10 11:20:41 2006
@@ -1,5 +1,4 @@
 CONFIG_LOCK_KERNEL=y
-# CONFIG_CPUSETS is not set
 CONFIG_STOP_MACHINE=y
 # CONFIG_M386 is not set
 # CONFIG_M686 is not set

Modified: dists/trunk/linux-2.6/debian/arch/ia64/config.itanium
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/ia64/config.itanium	(original)
+++ dists/trunk/linux-2.6/debian/arch/ia64/config.itanium	Tue Oct 10 11:20:41 2006
@@ -1,5 +1,4 @@
 CONFIG_LOCK_KERNEL=y
-# CONFIG_CPUSETS is not set
 CONFIG_STOP_MACHINE=y
 CONFIG_ITANIUM=y
 # CONFIG_MCKINLEY is not set

Modified: dists/trunk/linux-2.6/debian/arch/ia64/config.mckinley
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/ia64/config.mckinley	(original)
+++ dists/trunk/linux-2.6/debian/arch/ia64/config.mckinley	Tue Oct 10 11:20:41 2006
@@ -1,5 +1,4 @@
 CONFIG_LOCK_KERNEL=y
-# CONFIG_CPUSETS is not set
 CONFIG_STOP_MACHINE=y
 # CONFIG_ITANIUM is not set
 CONFIG_MCKINLEY=y

Modified: dists/trunk/linux-2.6/debian/arch/mips/config.sb1-bcm91250a
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/mips/config.sb1-bcm91250a	(original)
+++ dists/trunk/linux-2.6/debian/arch/mips/config.sb1-bcm91250a	Tue Oct 10 11:20:41 2006
@@ -168,7 +168,6 @@
 CONFIG_SYSCTL=y
 CONFIG_AUDIT=y
 # CONFIG_IKCONFIG is not set
-# CONFIG_CPUSETS is not set
 CONFIG_INITRAMFS_SOURCE=""
 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
 CONFIG_EMBEDDED=y

Modified: dists/trunk/linux-2.6/debian/arch/mips/config.sb1a-bcm91480b
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/mips/config.sb1a-bcm91480b	(original)
+++ dists/trunk/linux-2.6/debian/arch/mips/config.sb1a-bcm91480b	Tue Oct 10 11:20:41 2006
@@ -163,7 +163,6 @@
 CONFIG_SYSCTL=y
 CONFIG_AUDIT=y
 # CONFIG_IKCONFIG is not set
-# CONFIG_CPUSETS is not set
 CONFIG_INITRAMFS_SOURCE=""
 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
 CONFIG_EMBEDDED=y

Modified: dists/trunk/linux-2.6/debian/arch/mipsel/config.sb1-bcm91250a
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/mipsel/config.sb1-bcm91250a	(original)
+++ dists/trunk/linux-2.6/debian/arch/mipsel/config.sb1-bcm91250a	Tue Oct 10 11:20:41 2006
@@ -168,7 +168,6 @@
 CONFIG_SYSCTL=y
 CONFIG_AUDIT=y
 # CONFIG_IKCONFIG is not set
-# CONFIG_CPUSETS is not set
 CONFIG_INITRAMFS_SOURCE=""
 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
 CONFIG_EMBEDDED=y

Modified: dists/trunk/linux-2.6/debian/arch/mipsel/config.sb1a-bcm91480b
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/mipsel/config.sb1a-bcm91480b	(original)
+++ dists/trunk/linux-2.6/debian/arch/mipsel/config.sb1a-bcm91480b	Tue Oct 10 11:20:41 2006
@@ -163,7 +163,6 @@
 CONFIG_SYSCTL=y
 CONFIG_AUDIT=y
 # CONFIG_IKCONFIG is not set
-# CONFIG_CPUSETS is not set
 CONFIG_INITRAMFS_SOURCE=""
 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
 CONFIG_EMBEDDED=y

Modified: dists/trunk/linux-2.6/debian/arch/powerpc/config.powerpc-smp
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/powerpc/config.powerpc-smp	(original)
+++ dists/trunk/linux-2.6/debian/arch/powerpc/config.powerpc-smp	Tue Oct 10 11:20:41 2006
@@ -1,7 +1,6 @@
 # CONFIG_APUS is not set
 CONFIG_PPC32=y
 CONFIG_LOCK_KERNEL=y
-# CONFIG_CPUSETS is not set
 CONFIG_STOP_MACHINE=y
 CONFIG_SMP=y
 CONFIG_IRQ_ALL_CPUS=y

Modified: dists/trunk/linux-2.6/debian/arch/powerpc/config.powerpc64
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/powerpc/config.powerpc64	(original)
+++ dists/trunk/linux-2.6/debian/arch/powerpc/config.powerpc64	Tue Oct 10 11:20:41 2006
@@ -2,7 +2,6 @@
 CONFIG_PPC64=y
 CONFIG_64BIT=y
 CONFIG_COMPAT=y
-CONFIG_CPUSETS=y
 # CONFIG_DEBUGGER is not set
 CONFIG_EEH=y
 # CONFIG_FB_ATY128 is not set

Modified: dists/trunk/linux-2.6/debian/arch/s390/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/s390/config	(original)
+++ dists/trunk/linux-2.6/debian/arch/s390/config	Tue Oct 10 11:20:41 2006
@@ -4,7 +4,6 @@
 CONFIG_LOCK_KERNEL=y
 CONFIG_KOBJECT_UEVENT=y
 # CONFIG_IKCONFIG is not set
-CONFIG_CPUSETS=y
 CONFIG_STOP_MACHINE=y
 CONFIG_SMP=y
 CONFIG_NR_CPUS=32

Modified: dists/trunk/linux-2.6/debian/arch/sparc/config.sparc64-smp
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/sparc/config.sparc64-smp	(original)
+++ dists/trunk/linux-2.6/debian/arch/sparc/config.sparc64-smp	Tue Oct 10 11:20:41 2006
@@ -392,7 +392,6 @@
 CONFIG_IDE_GENERIC=m
 CONFIG_USB=y
 # CONFIG_I2C_I810 is not set
-# CONFIG_CPUSETS is not set
 # CONFIG_SENSORS_VIA686A is not set
 CONFIG_SPARSEMEM_EXTREME=y
 # CONFIG_SENSORS_PC87360 is not set

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Oct 10 11:20:41 2006
@@ -2,6 +2,7 @@
 
   [ Bastian Blank ]
   * Fix home of patch apply script.
+  * Unify CPUSET option. (closes: #391931)
 
   [ Steve Langasek ]
   * [alpha] restore alpha-prctl.patch, which keeps disappearing every time
@@ -27,7 +28,7 @@
   * bugfix/sky2-receive-FIFO-fix.patch: fix sky2 hangs on some chips
     Thanks to Stephen Hemminger for the patch. (Closes: #391382)
 
- -- dann frazier <dannf at debian.org>  Mon,  9 Oct 2006 10:59:58 -0600
+ -- Bastian Blank <waldi at debian.org>  Tue, 10 Oct 2006 13:20:11 +0200
 
 linux-2.6 (2.6.18-2) unstable; urgency=low
 



More information about the Kernel-svn-changes mailing list