The patch titled Enable hotplug memory remove for ppc64 has been removed from the -mm tree. Its filename was enable-hotplug-memory-remove-for-ppc64.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ 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 @@ -279,6 +279,9 @@ config ARCH_HAS_WALK_MEMORY config ARCH_ENABLE_MEMORY_HOTREMOVE 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 enable-hotplug-memory-remove-for-ppc64.patch register_memory-unregister_memory-fix-use-after-free-and-refcounting.patch fix-invalidate_inode_pages2_range-to-not-clear-ret.patch memory-hotplug-add-removable-to-sysfs-to-show-memblock-removability.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