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.release | |
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.release')
-rw-r--r-- | Makefile.release | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.release b/Makefile.release index c3f429bd9..c718c36ff 100644 --- a/Makefile.release +++ b/Makefile.release @@ -67,6 +67,7 @@ config-release: @perl -pi -e 's/CONFIG_TEST_LIST_SORT=y/# CONFIG_TEST_LIST_SORT is not set/' config-nodebug @perl -pi -e 's/CONFIG_DEBUG_ATOMIC_SLEEP=y/# CONFIG_DEBUG_ATOMIC_SLEEP is not set/' config-nodebug @perl -pi -e 's/CONFIG_DETECT_HUNG_TASK=y/# CONFIG_DETECT_HUNG_TASK is not set/' config-nodebug + @perl -pi -e 's/CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y/# CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK is not set/' config-nodebug @perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-debug @perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-nodebug |