diff options
author | Kyle McMartin <kyle@fedoraproject.org> | 2014-09-17 13:10:12 -0500 |
---|---|---|
committer | Kyle McMartin <kyle@fedoraproject.org> | 2014-09-17 13:10:12 -0500 |
commit | 3836faf6e68495fc70316229a3540506f7ce4c98 (patch) | |
tree | 4b051a82cfe82844f4cb224022dff4fa270e456a /config-x86_64-generic | |
parent | dd6c13b6b2b29d56b407217442c53f24db31fa9d (diff) | |
download | kernel-3836faf6e68495fc70316229a3540506f7ce4c98.tar.gz kernel-3836faf6e68495fc70316229a3540506f7ce4c98.tar.xz kernel-3836faf6e68495fc70316229a3540506f7ce4c98.zip |
re-enable RCU_FAST_NO_HZ, enable NO_HZ_FULL on x86_64
- I also like to live dangerously. (Re-enable RCU_FAST_NO_HZ which has been off
since April 2012. Also enable NO_HZ_FULL on x86_64.)
- I added zipped modules ages ago, remove it from TODO.
Diffstat (limited to 'config-x86_64-generic')
-rw-r--r-- | config-x86_64-generic | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config-x86_64-generic b/config-x86_64-generic index a19011733..b2b3a7854 100644 --- a/config-x86_64-generic +++ b/config-x86_64-generic @@ -184,3 +184,10 @@ CONFIG_SFC_MTD=y CONFIG_MTD_CHAR=m CONFIG_MTD_BLOCK=m +# CONFIG_NO_HZ_IDLE is not set +CONFIG_NO_HZ_FULL=y +# CONFIG_NO_HZ_IDLE is not set +CONFIG_NO_HZ_FULL=y +CONFIG_NO_HZ_FULL_ALL=y +# CONFIG_NO_HZ_FULL_SYSIDLE is not set +# CONFIG_CONTEXT_TRACKING_FORCE is not set |