The patch titled Enable hotplug memory remove for ppc64 has been added to the -mm tree. Its filename is enable-hotplug-memory-remove-for-ppc64.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Enable hotplug memory remove for ppc64 From: Badari Pulavarty <pbadari@xxxxxxxxxx> Enable hotplug memory remove for ppc64. Signed-off-by: Badari Pulavarty <pbadari@xxxxxxxxxx> Cc: Dave Hansen <haveblue@xxxxxxxxxx> Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Cc: Kumar Gala <galak@xxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/powerpc/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff -puN arch/powerpc/Kconfig~enable-hotplug-memory-remove-for-ppc64 arch/powerpc/Kconfig --- a/arch/powerpc/Kconfig~enable-hotplug-memory-remove-for-ppc64 +++ a/arch/powerpc/Kconfig @@ -236,6 +236,9 @@ config HOTPLUG_CPU config ARCH_ENABLE_MEMORY_HOTPLUG def_bool y +config ARCH_ENABLE_MEMORY_HOTREMOVE + def_bool y + config KEXEC bool "kexec system call (EXPERIMENTAL)" depends on (PPC_PRPMC2800 || PPC_MULTIPLATFORM) && EXPERIMENTAL _ Patches currently in -mm which might be from pbadari@xxxxxxxxxx are powerpc-move-_rtc_time-routines-under-config_adb_cuda.patch hugetlb-allow-sticky-directory-mount-option.patch memory-hotplug-add-removable-to-sysfs-to-show-memblock-removability.patch add-remove_memory-for-ppc64.patch add-remove_memory-for-ppc64-fix.patch enable-hotplug-memory-remove-for-ppc64.patch add-arch-specific-walk_memory_remove-for-ppc64.patch mem-controller-gfp-mask-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html