diff options
author | Dave Jones <davej@redhat.com> | 2012-01-13 17:35:09 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2012-01-13 17:35:09 -0500 |
commit | 277962e39f582d5827c1215d84dc0ba990d20072 (patch) | |
tree | 8c6404382244aed87593772fc2d75b79f6fd4ba0 /Makefile | |
parent | 2ee9f1482920f6d831eb6d70458bd0988394982b (diff) | |
download | kernel-277962e39f582d5827c1215d84dc0ba990d20072.tar.gz kernel-277962e39f582d5827c1215d84dc0ba990d20072.tar.xz kernel-277962e39f582d5827c1215d84dc0ba990d20072.zip |
Enable CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK
(On by default in rawhide/-debug)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ debug: @perl -pi -e 's/# CONFIG_TEST_LIST_SORT is not set/CONFIG_TEST_LIST_SORT=y/' config-nodebug @perl -pi -e 's/# CONFIG_DEBUG_ATOMIC_SLEEP is not set/CONFIG_DEBUG_ATOMIC_SLEEP=y/' config-nodebug @perl -pi -e 's/# CONFIG_DETECT_HUNG_TASK is not set/CONFIG_DETECT_HUNG_TASK=y/' config-nodebug + @perl -pi -e 's/# CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK is not set/CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y/' config-nodebug @# just in case we're going from extremedebug -> debug @perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-nodebug |