The patch titled powerpc: allow 256kB pages with SHMEM has been removed from the -mm tree. Its filename was powerpc-allow-256kb-pages-with-shmem.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: powerpc: allow 256kB pages with SHMEM From: Hugh Dickins <hugh@xxxxxxxxxxx> Now that shmem's divisions by zero and SHMEM_MAX_BYTES are fixed, let powerpc 256kB pages coexist with CONFIG_SHMEM again. Signed-off-by: Hugh Dickins <hugh@xxxxxxxxxxx> Tested-by: Yuri Tikhonov <yur@xxxxxxxxxxx> Acked-by: Paul Mackerras <paulus@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/powerpc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/powerpc/Kconfig~powerpc-allow-256kb-pages-with-shmem arch/powerpc/Kconfig --- a/arch/powerpc/Kconfig~powerpc-allow-256kb-pages-with-shmem +++ a/arch/powerpc/Kconfig @@ -462,7 +462,7 @@ config PPC_64K_PAGES config PPC_256K_PAGES bool "256k page size" if 44x - depends on !STDBINUTILS && (!SHMEM || BROKEN) + depends on !STDBINUTILS help Make the page size 256k. _ Patches currently in -mm which might be from hugh@xxxxxxxxxxx are origin.patch clocksource-pass-clocksource-to-read-callback.patch mm-disable-preemption-in-apply_to_pte_range.patch getrusage-fill-ru_maxrss-value.patch prio_tree-debugging-patch.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