diff options
author | Justin M. Forbes <jforbes@redhat.com> | 2013-07-08 14:59:04 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@redhat.com> | 2013-07-08 14:59:04 -0500 |
commit | 692b701d08508db129e14bf11fa38effa1a96b85 (patch) | |
tree | 5532951dfd752d8bfb56b9b59ec7d915555b8394 /Makefile.release | |
parent | 333a655d5447c1d66f091051f2024e6a18d2246a (diff) | |
download | kernel-692b701d08508db129e14bf11fa38effa1a96b85.tar.gz kernel-692b701d08508db129e14bf11fa38effa1a96b85.tar.xz kernel-692b701d08508db129e14bf11fa38effa1a96b85.zip |
Linux v3.10-6005-gd2b4a64
Diffstat (limited to 'Makefile.release')
-rw-r--r-- | Makefile.release | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.release b/Makefile.release index 3eba9dbac..d58063443 100644 --- a/Makefile.release +++ b/Makefile.release @@ -11,6 +11,7 @@ config-release: @perl -pi -e 's/CONFIG_DEBUG_STACK_USAGE=y/# CONFIG_DEBUG_STACK_USAGE is not set/' config-nodebug @perl -pi -e 's/CONFIG_DEBUG_SLAB=y/# CONFIG_DEBUG_SLAB is not set/' config-nodebug @perl -pi -e 's/CONFIG_DEBUG_MUTEXES=y/# CONFIG_DEBUG_MUTEXES is not set/' config-nodebug + @perl -pi -e 's/CONFIG_DEBUG_WW_MUTEX_SLOWPATH=y/# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set/' config-nodebug @perl -pi -e 's/CONFIG_DEBUG_RT_MUTEXES=y/# CONFIG_DEBUG_RT_MUTEXES is not set/' config-nodebug @perl -pi -e 's/CONFIG_DEBUG_LOCK_ALLOC=y/# CONFIG_DEBUG_LOCK_ALLOC is not set/' config-nodebug @perl -pi -e 's/CONFIG_PROVE_LOCKING=y/# CONFIG_PROVE_LOCKING is not set/' config-nodebug @@ -73,6 +74,7 @@ config-release: @perl -pi -e 's/CONFIG_XFS_WARN=y/# CONFIG_XFS_WARN is not set/' config-nodebug @perl -pi -e 's/CONFIG_EDAC_DEBUG=y/# CONFIG_EDAC_DEBUG is not set/' config-nodebug @perl -pi -e 's/CONFIG_RTLWIFI_DEBUG=y/# CONFIG_RTLWIFI_DEBUG is not set/' config-nodebug + @perl -pi -e 's/CONFIG_X86_DEBUG_STATIC_CPU_HAS=y/# CONFIG_X86_DEBUG_STATIC_CPU_HAS is not set/' config-nodebug @# Undo anything that make extremedebug might have set @perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-debug |