summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2016-05-16 11:43:30 -0500
committerJustin M. Forbes <jforbes@redhat.com>2016-05-16 11:43:30 -0500
commit35e58915f08d86ecd7f84e84f5ecd2927b88f8c7 (patch)
treee60c063ed0f32787f7a9c382a1135f4552b72bf1 /Makefile
parentd79e1f5c54658e2d14b524d6b1e98ec346f3546c (diff)
downloadkernel-35e58915f08d86ecd7f84e84f5ecd2927b88f8c7.tar.gz
kernel-35e58915f08d86ecd7f84e84f5ecd2927b88f8c7.tar.xz
kernel-35e58915f08d86ecd7f84e84f5ecd2927b88f8c7.zip
Disable CONFIG_DEBUG_VM_PGFLAGS on non debug kernels (rhbz 1335173)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 694ac55af..22f5ddbc8 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,7 @@ debug:
@perl -pi -e 's/# CONFIG_PROVE_RCU is not set/CONFIG_PROVE_RCU=y/' config-nodebug
@perl -pi -e 's/# CONFIG_DEBUG_SPINLOCK is not set/CONFIG_DEBUG_SPINLOCK=y/' config-nodebug
@perl -pi -e 's/# CONFIG_DEBUG_VM is not set/CONFIG_DEBUG_VM=y/' config-nodebug
+ @perl -pi -e 's/# CONFIG_DEBUG_VM_PGFLAGS is not set/CONFIG_DEBUG_VM_PGFLAGS=y/' config-nodebug
@perl -pi -e 's/# CONFIG_FAULT_INJECTION is not set/CONFIG_FAULT_INJECTION=y/' config-nodebug
@perl -pi -e 's/# CONFIG_FAILSLAB is not set/CONFIG_FAILSLAB=y/' config-nodebug
@perl -pi -e 's/# CONFIG_FAIL_PAGE_ALLOC is not set/CONFIG_FAIL_PAGE_ALLOC=y/' config-nodebug