The patch titled Disable SLUB on powerpc has been removed from the -mm tree. Its filename was disable-slub-on-powerpc.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Disable SLUB on powerpc From: Christoph Lameter <clameter@xxxxxxx> Disable SLUB on powerpc since the Kconfig comparison does not work reliably. Work is in progress to fix the powerpc issues with page struct modifications. So I hope that this patch will only be necessary for a short time. Signed-off-by: Christoph Lameter <clameter@xxxxxxx> Cc: Hugh Dickins <hugh@xxxxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/powerpc/Kconfig | 1 - 1 file changed, 1 deletion(-) diff -puN arch/powerpc/Kconfig~disable-slub-on-powerpc arch/powerpc/Kconfig --- a/arch/powerpc/Kconfig~disable-slub-on-powerpc +++ a/arch/powerpc/Kconfig @@ -131,7 +131,6 @@ config SYS_SUPPORTS_APM_EMULATION config ARCH_USES_SLAB_PAGE_STRUCT bool default y - depends on SPLIT_PTLOCK_CPUS <= NR_CPUS config DEFAULT_UIMAGE bool _ Patches currently in -mm which might be from clameter@xxxxxxx are origin.patch slub-support-concurrent-local-and-remote-frees-and-allocs-on-a-slab.patch quicklist-support-for-ia64.patch quicklist-support-for-x86_64.patch slub-exploit-page-mobility-to-increase-allocation-order.patch slub-mm-only-make-slub-the-default-slab-allocator.patch slub-reduce-antifrag-max-order.patch slub-i386-support.patch define-percpu-smp-cacheline-align-interface.patch call-percpu-smp-cacheline-algin-interface.patch remove-constructor-from-buffer_head.patch mm-implement-swap-prefetching.patch revoke-core-code.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