Enable CONFIG_MEMORY_HOTPLUG (rhbz 1092948)

This commit is contained in:
Josh Boyer 2014-04-30 08:57:25 -04:00
parent 560ec8e052
commit d7e828ec06
2 changed files with 5 additions and 1 deletions

View File

@ -93,7 +93,8 @@ CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP=y
# CONFIG_MOVABLE_NODE is not set
# CONFIG_MEMORY_HOTPLUG is not set
# CONFIG_ARCH_MEMORY_PROBE is not set
CONFIG_MEMORY_HOTPLUG=y
# CONFIG_MEMORY_HOTREMOVE is not set
# CONFIG_BLK_DEV_CMD640 is not set

View File

@ -2317,6 +2317,9 @@ fi
# and build.
%changelog
* Wed Apr 30 2014 Josh Boyer <jwboyer@fedoraproject.org>
- Enable CONFIG_MEMORY_HOTPLUG (rhbz 1092948)
* Fri Apr 25 2014 Hans de Goede <hdegoede@redhat.com>
- Add synaptics min-max quirk for ThinkPad Edge E431 (rhbz#1089689)