diff options
author | Dave Jones <davej@redhat.com> | 2012-01-13 17:33:51 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2012-01-13 17:33:51 -0500 |
commit | 2ee9f1482920f6d831eb6d70458bd0988394982b (patch) | |
tree | e5a845ff69fd4c85b95054cf116592aa6cd161ac /config-x86_64-generic | |
parent | 010a4f2c6bcc04062ba09331a9f6193ed273e139 (diff) | |
download | kernel-2ee9f1482920f6d831eb6d70458bd0988394982b.tar.gz kernel-2ee9f1482920f6d831eb6d70458bd0988394982b.tar.xz kernel-2ee9f1482920f6d831eb6d70458bd0988394982b.zip |
Disable memory hotplug on x86-64
Diffstat (limited to 'config-x86_64-generic')
-rw-r--r-- | config-x86_64-generic | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config-x86_64-generic b/config-x86_64-generic index 85aaae8cb..02b440dda 100644 --- a/config-x86_64-generic +++ b/config-x86_64-generic @@ -65,8 +65,8 @@ CONFIG_SPARSEMEM=y CONFIG_HAVE_MEMORY_PRESENT=y CONFIG_SPARSEMEM_EXTREME=y CONFIG_SPARSEMEM_VMEMMAP=y -CONFIG_MEMORY_HOTPLUG=y -CONFIG_MEMORY_HOTREMOVE=y +# CONFIG_MEMORY_HOTPLUG is not set +# CONFIG_MEMORY_HOTREMOVE is not set # CONFIG_BLK_DEV_CMD640 is not set # CONFIG_BLK_DEV_RZ1000 is not set |