summaryrefslogtreecommitdiffstats
path: root/Makefile.release
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2015-08-26 08:45:33 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2015-08-26 08:45:33 -0400
commitf761bb27bdbdedf5ff821efd920c4deb87707892 (patch)
treeb03dc69607f5ecdd521855c812916066ba4c85a1 /Makefile.release
parent5969c87ac95b4f85a579f2cc821900b5aa8b569b (diff)
downloadkernel-f761bb27bdbdedf5ff821efd920c4deb87707892.tar.gz
kernel-f761bb27bdbdedf5ff821efd920c4deb87707892.tar.xz
kernel-f761bb27bdbdedf5ff821efd920c4deb87707892.zip
Enable SCHEDSTATS and LATENCYTOP again (rhbz 1013225)
Diffstat (limited to 'Makefile.release')
-rw-r--r--Makefile.release4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.release b/Makefile.release
index f7b704237..fcd90814f 100644
--- a/Makefile.release
+++ b/Makefile.release
@@ -82,7 +82,3 @@ config-release:
@# Change defaults back to sane things.
@perl -pi -e 's/CONFIG_MAXSMP=y/# CONFIG_MAXSMP is not set/' config-x86-generic
-
- @perl -pi -e 's/CONFIG_SCHEDSTATS=y/# CONFIG_SCHEDSTATS is not set/' config-nodebug
- @perl -pi -e 's/CONFIG_LATENCYTOP=y/# CONFIG_LATENCYTOP is not set/' config-nodebug
-