[kernel] r11290 - in dists/trunk/linux-2.6/debian/config: amd64 i386
Maximilian Attems
maks at alioth.debian.org
Mon May 5 12:01:14 UTC 2008
Author: maks
Date: Mon May 5 12:01:12 2008
New Revision: 11290
Log:
x86 set appropriate FRAME_WARN build time warnings
needs gcc 4.4, obsoletes make checkstack
see 35bb5b1e0e84cfa1a8906f7e6a77f391ff315791
Modified:
dists/trunk/linux-2.6/debian/config/amd64/config
dists/trunk/linux-2.6/debian/config/i386/config
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 Mon May 5 12:01:12 2008
@@ -1481,6 +1481,7 @@
##
## file: lib/Kconfig.debug
##
+CONFIG_FRAME_WARN=2048
# CONFIG_DEBUG_SHIRQ is not set
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_SPINLOCK is not set
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 Mon May 5 12:01:12 2008
@@ -1741,6 +1741,7 @@
##
## file: lib/Kconfig.debug
##
+CONFIG_FRAME_WARN=1024
# CONFIG_DEBUG_SHIRQ is not set
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_SPINLOCK is not set
More information about the Kernel-svn-changes
mailing list