Enable VM debugging in non-debug kernels too.

This commit is contained in:
Dave Jones 2012-03-02 16:03:36 -05:00
parent 6611af355f
commit 903b4ae829
2 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@ CONFIG_SND_PCM_XRUN_DEBUG=y
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_DEBUG_VM is not set
CONFIG_DEBUG_VM=y
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_PROVE_RCU is not set
# CONFIG_PROVE_RCU_REPEATEDLY is not set

View File

@ -2391,6 +2391,9 @@ fi
# and build.
%changelog
* Fri Mar 02 2012 Dave Jones <davej@redhat.com>
- Enable VM debugging in non-debug kernels too.
* Fri Mar 02 2012 Justin M. Forbes <jforbes@redhat.com>
- Disable threading in hibernate compression/decompression