Disable CONFIG_DEBUG_PAGEALLOC in -debug builds again.

This commit is contained in:
Dave Jones 2012-04-02 20:29:56 -04:00
parent 0dc1678dba
commit 57711b475d
2 changed files with 3 additions and 2 deletions

View File

@ -110,5 +110,3 @@ CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE=1024
# CONFIG_DEBUG_KMEMLEAK_TEST is not set
CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y
# Temporary
CONFIG_DEBUG_PAGEALLOC=y

View File

@ -2210,6 +2210,9 @@ fi
# and build.
%changelog
* Mon Apr 02 2012 Dave Jones <davej@redhat.com>
- Disable CONFIG_DEBUG_PAGEALLOC in -debug builds again.
* Mon Apr 02 2012 Dave Jones <davej@redhat.com>
- Add patch to display more debug info for bug 808990.