[kernel] r11539 - in dists/trunk/linux-2.6/debian: . config config/alpha config/amd64 config/arm config/hppa config/i386 config/ia64 config/mips config/mipsel config/powerpc config/s390 config/sparc
Maximilian Attems
maks at alioth.debian.org
Sat Jun 7 11:23:02 UTC 2008
Author: maks
Date: Sat Jun 7 11:23:01 2008
New Revision: 11539
Log:
topconfig: Enable PROFILING across all flavours.
centralize PROFILING setting, shouldn't be disabled.
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/config/alpha/config
dists/trunk/linux-2.6/debian/config/amd64/config
dists/trunk/linux-2.6/debian/config/arm/config.footbridge
dists/trunk/linux-2.6/debian/config/arm/config.iop32x
dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx
dists/trunk/linux-2.6/debian/config/arm/config.versatile
dists/trunk/linux-2.6/debian/config/config
dists/trunk/linux-2.6/debian/config/hppa/config
dists/trunk/linux-2.6/debian/config/i386/config
dists/trunk/linux-2.6/debian/config/ia64/config
dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta
dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta
dists/trunk/linux-2.6/debian/config/mips/config.r4k-ip22
dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32
dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a
dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b
dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta
dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta
dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt
dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a
dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b
dists/trunk/linux-2.6/debian/config/powerpc/config
dists/trunk/linux-2.6/debian/config/powerpc/config.powerpc-miboot
dists/trunk/linux-2.6/debian/config/s390/config
dists/trunk/linux-2.6/debian/config/sparc/config.sparc64
dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog (original)
+++ dists/trunk/linux-2.6/debian/changelog Sat Jun 7 11:23:01 2008
@@ -32,6 +32,7 @@
* [x86]: Enable dma engine. (closes: #473331)
* iwl3945: Add monitor mode patch. (closes: #482387)
* [ppc64]: Enable IBMEBUS and EHEA. (closes: #484888)
+ * topconfig: Enable PROFILING across all flavours. (closes: #484885)
[ Martin Michlmayr ]
* [arm/orion5x] Update the config to reflect upstream renaming this
Modified: dists/trunk/linux-2.6/debian/config/alpha/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/alpha/config (original)
+++ dists/trunk/linux-2.6/debian/config/alpha/config Sat Jun 7 11:23:01 2008
@@ -1288,7 +1288,6 @@
# CONFIG_AUDIT is not set
CONFIG_LOG_BUF_SHIFT=14
# CONFIG_KALLSYMS_ALL is not set
-CONFIG_PROFILING=y
##
## file: lib/Kconfig
Modified: dists/trunk/linux-2.6/debian/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config (original)
+++ dists/trunk/linux-2.6/debian/config/amd64/config Sat Jun 7 11:23:01 2008
@@ -1430,7 +1430,6 @@
# CONFIG_KALLSYMS_ALL is not set
CONFIG_HOTPLUG=y
CONFIG_BASE_FULL=y
-CONFIG_PROFILING=y
##
## file: kernel/Kconfig.hz
Modified: dists/trunk/linux-2.6/debian/config/arm/config.footbridge
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.footbridge (original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.footbridge Sat Jun 7 11:23:01 2008
@@ -1177,7 +1177,6 @@
CONFIG_SLAB=y
# CONFIG_SLOB is not set
## end choice
-# CONFIG_PROFILING is not set
CONFIG_MODULES=y
CONFIG_KMOD=y
Modified: dists/trunk/linux-2.6/debian/config/arm/config.iop32x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.iop32x (original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.iop32x Sat Jun 7 11:23:01 2008
@@ -734,7 +734,6 @@
CONFIG_UID16=y
CONFIG_HOTPLUG=y
CONFIG_BASE_FULL=y
-# CONFIG_PROFILING is not set
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
Modified: dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx (original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx Sat Jun 7 11:23:01 2008
@@ -731,7 +731,6 @@
CONFIG_UID16=y
CONFIG_HOTPLUG=y
CONFIG_BASE_FULL=y
-# CONFIG_PROFILING is not set
CONFIG_MODULES=y
CONFIG_KMOD=y
Modified: dists/trunk/linux-2.6/debian/config/arm/config.versatile
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.versatile (original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.versatile Sat Jun 7 11:23:01 2008
@@ -1201,7 +1201,6 @@
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
## end choice
-# CONFIG_PROFILING is not set
# CONFIG_MARKERS is not set
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config (original)
+++ dists/trunk/linux-2.6/debian/config/config Sat Jun 7 11:23:01 2008
@@ -1922,6 +1922,7 @@
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
## end choice
+CONFIG_PROFILING=y
# CONFIG_MARKERS is not set
CONFIG_MODULES=y
# CONFIG_MODULE_FORCE_LOAD is not set
Modified: dists/trunk/linux-2.6/debian/config/hppa/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/hppa/config (original)
+++ dists/trunk/linux-2.6/debian/config/hppa/config Sat Jun 7 11:23:01 2008
@@ -663,7 +663,6 @@
# CONFIG_KALLSYMS_ALL is not set
CONFIG_HOTPLUG=y
CONFIG_BASE_FULL=y
-CONFIG_PROFILING=y
##
## file: lib/Kconfig
Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config (original)
+++ dists/trunk/linux-2.6/debian/config/i386/config Sat Jun 7 11:23:01 2008
@@ -1690,7 +1690,6 @@
##
CONFIG_UID16=y
# CONFIG_KALLSYMS_ALL is not set
-CONFIG_PROFILING=y
##
## file: kernel/Kconfig.hz
Modified: dists/trunk/linux-2.6/debian/config/ia64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/ia64/config (original)
+++ dists/trunk/linux-2.6/debian/config/ia64/config Sat Jun 7 11:23:01 2008
@@ -925,7 +925,6 @@
## file: init/Kconfig
##
CONFIG_LOG_BUF_SHIFT=16
-CONFIG_PROFILING=y
##
## file: kernel/power/Kconfig
Modified: dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta (original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta Sat Jun 7 11:23:01 2008
@@ -1577,7 +1577,6 @@
CONFIG_SLAB=y
# CONFIG_SLOB is not set
## end choice
-CONFIG_PROFILING=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
Modified: dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta (original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta Sat Jun 7 11:23:01 2008
@@ -1883,7 +1883,6 @@
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
## end choice
-CONFIG_PROFILING=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
Modified: dists/trunk/linux-2.6/debian/config/mips/config.r4k-ip22
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.r4k-ip22 (original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.r4k-ip22 Sat Jun 7 11:23:01 2008
@@ -543,7 +543,6 @@
CONFIG_SLAB=y
# CONFIG_SLOB is not set
## end choice
-CONFIG_PROFILING=y
CONFIG_MODULES=y
CONFIG_KMOD=y
Modified: dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32 (original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32 Sat Jun 7 11:23:01 2008
@@ -662,7 +662,6 @@
CONFIG_SLAB=y
# CONFIG_SLOB is not set
## end choice
-CONFIG_PROFILING=y
CONFIG_MODULES=y
CONFIG_KMOD=y
Modified: dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a (original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a Sat Jun 7 11:23:01 2008
@@ -313,7 +313,6 @@
CONFIG_SLAB=y
# CONFIG_SLOB is not set
## end choice
-CONFIG_PROFILING=y
CONFIG_MODULES=y
CONFIG_KMOD=y
Modified: dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b (original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b Sat Jun 7 11:23:01 2008
@@ -938,7 +938,6 @@
CONFIG_SLAB=y
# CONFIG_SLOB is not set
## end choice
-CONFIG_PROFILING=y
CONFIG_MODULES=y
CONFIG_KMOD=y
Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta (original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta Sat Jun 7 11:23:01 2008
@@ -1563,7 +1563,6 @@
CONFIG_SLAB=y
# CONFIG_SLOB is not set
## end choice
-CONFIG_PROFILING=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta (original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta Sat Jun 7 11:23:01 2008
@@ -1882,7 +1882,6 @@
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
## end choice
-CONFIG_PROFILING=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt (original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt Sat Jun 7 11:23:01 2008
@@ -811,7 +811,6 @@
CONFIG_SLAB=y
# CONFIG_SLOB is not set
## end choice
-# CONFIG_PROFILING is not set
CONFIG_MODULES=y
CONFIG_KMOD=y
Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a (original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a Sat Jun 7 11:23:01 2008
@@ -950,7 +950,6 @@
CONFIG_SLAB=y
# CONFIG_SLOB is not set
## end choice
-CONFIG_PROFILING=y
CONFIG_MODULES=y
CONFIG_KMOD=y
Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b (original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b Sat Jun 7 11:23:01 2008
@@ -937,7 +937,6 @@
CONFIG_SLAB=y
# CONFIG_SLOB is not set
## end choice
-CONFIG_PROFILING=y
CONFIG_MODULES=y
CONFIG_KMOD=y
Modified: dists/trunk/linux-2.6/debian/config/powerpc/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/powerpc/config (original)
+++ dists/trunk/linux-2.6/debian/config/powerpc/config Sat Jun 7 11:23:01 2008
@@ -1003,7 +1003,6 @@
##
# CONFIG_KALLSYMS_ALL is not set
CONFIG_HOTPLUG=y
-CONFIG_PROFILING=y
##
## file: kernel/power/Kconfig
Modified: dists/trunk/linux-2.6/debian/config/powerpc/config.powerpc-miboot
==============================================================================
--- dists/trunk/linux-2.6/debian/config/powerpc/config.powerpc-miboot (original)
+++ dists/trunk/linux-2.6/debian/config/powerpc/config.powerpc-miboot Sat Jun 7 11:23:01 2008
@@ -136,7 +136,6 @@
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_EMBEDDED=y
# CONFIG_BASE_FULL is not set
-# CONFIG_PROFILING is not set
##
## file: kernel/power/Kconfig
Modified: dists/trunk/linux-2.6/debian/config/s390/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/s390/config (original)
+++ dists/trunk/linux-2.6/debian/config/s390/config Sat Jun 7 11:23:01 2008
@@ -158,11 +158,6 @@
# CONFIG_EFI_PARTITION is not set
##
-## file: init/Kconfig
-##
-# CONFIG_PROFILING is not set
-
-##
## file: lib/Kconfig
##
# CONFIG_CRC_CCITT is not set
Modified: dists/trunk/linux-2.6/debian/config/sparc/config.sparc64
==============================================================================
--- dists/trunk/linux-2.6/debian/config/sparc/config.sparc64 (original)
+++ dists/trunk/linux-2.6/debian/config/sparc/config.sparc64 Sat Jun 7 11:23:01 2008
@@ -447,7 +447,6 @@
## file: init/Kconfig
##
CONFIG_LOG_BUF_SHIFT=14
-# CONFIG_PROFILING is not set
##
## file: mm/Kconfig
Modified: dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp
==============================================================================
--- dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp (original)
+++ dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp Sat Jun 7 11:23:01 2008
@@ -449,7 +449,6 @@
## file: init/Kconfig
##
CONFIG_LOG_BUF_SHIFT=15
-# CONFIG_PROFILING is not set
##
## file: mm/Kconfig
More information about the Kernel-svn-changes
mailing list