diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2017-07-30 09:52:43 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2017-08-11 08:37:12 -0400 |
commit | d1d51e73b5abeb2bf0aab53a8eb288300a9ee9c7 (patch) | |
tree | cb89aa51099412e4cf63721783c3de19a26a18e7 /kernel-ppc64p7-debug.config | |
parent | 09179817b637d651398bbe275109102221c8235d (diff) | |
download | kernel-d1d51e73b5abeb2bf0aab53a8eb288300a9ee9c7.tar.gz kernel-d1d51e73b5abeb2bf0aab53a8eb288300a9ee9c7.tar.xz kernel-d1d51e73b5abeb2bf0aab53a8eb288300a9ee9c7.zip |
Disable MEMORY_HOTPLUG_DEFAULT_ONLINE on ppc64 (rhbz 1476380)
Diffstat (limited to 'kernel-ppc64p7-debug.config')
-rw-r--r-- | kernel-ppc64p7-debug.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-ppc64p7-debug.config b/kernel-ppc64p7-debug.config index 8e2362aa5..ff0fa81e5 100644 --- a/kernel-ppc64p7-debug.config +++ b/kernel-ppc64p7-debug.config @@ -2630,7 +2630,7 @@ CONFIG_MEMCG_SWAP_ENABLED=y CONFIG_MEMCG_SWAP=y CONFIG_MEMCG=y CONFIG_MEMORY_FAILURE=y -CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=y +# CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE is not set CONFIG_MEMORY_HOTPLUG=y CONFIG_MEMORY_HOTREMOVE=y # CONFIG_MEMORY is not set |