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-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-generic')
-rw-r--r-- | config-generic | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config-generic b/config-generic index 38d9517be..56f540e95 100644 --- a/config-generic +++ b/config-generic @@ -5200,8 +5200,7 @@ CONFIG_LSM_MMAP_MIN_ADDR=65536 CONFIG_STRIP_ASM_SYMS=y # CONFIG_RCU_FANOUT_EXACT is not set -# FIXME: Revisit FAST_NO_HZ after it's fixed -# CONFIG_RCU_FAST_NO_HZ is not set +CONFIG_RCU_FAST_NO_HZ=y CONFIG_RCU_NOCB_CPU=y CONFIG_RCU_NOCB_CPU_ALL=y CONFIG_RCU_CPU_STALL_TIMEOUT=60 |