The patch titled Subject: mm-only-ipi-cpus-to-drain-local-pages-if-they-exist-v9 has been removed from the -mm tree. Its filename was mm-only-ipi-cpus-to-drain-local-pages-if-they-exist-v9.patch This patch was dropped because it was folded into mm-only-ipi-cpus-to-drain-local-pages-if-they-exist.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ From: Gilad Ben-Yossef <gilad@xxxxxxxxxxxxx> Subject: mm-only-ipi-cpus-to-drain-local-pages-if-they-exist-v9 Signed-off-by: Gilad Ben-Yossef <gilad@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN mm/page_alloc.c~mm-only-ipi-cpus-to-drain-local-pages-if-they-exist-v9 mm/page_alloc.c --- a/mm/page_alloc.c~mm-only-ipi-cpus-to-drain-local-pages-if-they-exist-v9 +++ a/mm/page_alloc.c @@ -1188,7 +1188,8 @@ void drain_all_pages(void) struct per_cpu_pageset *pcp; struct zone *zone; - /* Allocate in the BSS so we wont require allocation in + /* + * Allocate in the BSS so we wont require allocation in * direct reclaim path for CONFIG_CPUMASK_OFFSTACK=y */ static cpumask_t cpus_with_pcps; _ Patches currently in -mm which might be from gilad@xxxxxxxxxxxxx are smp-introduce-a-generic-on_each_cpu_mask-function.patch smp-add-func-to-ipi-cpus-based-on-parameter-func.patch slub-only-ipi-cpus-that-have-per-cpu-obj-to-flush.patch fs-only-send-ipi-to-invalidate-lru-bh-when-needed.patch mm-only-ipi-cpus-to-drain-local-pages-if-they-exist.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