summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2012-01-13 17:35:09 -0500
committerDave Jones <davej@redhat.com>2012-01-13 17:35:09 -0500
commit277962e39f582d5827c1215d84dc0ba990d20072 (patch)
tree8c6404382244aed87593772fc2d75b79f6fd4ba0 /Makefile
parent2ee9f1482920f6d831eb6d70458bd0988394982b (diff)
downloadkernel-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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b73faf4c9..ce580e4a2 100644
--- a/Makefile
+++ b/Makefile
@@ -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