The patch titled arm: remove redundant display of free swap space in show_mem() has been removed from the -mm tree. Its filename was arm-remove-redundant-display-of-free-swap-space-in-show_mem.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: arm: remove redundant display of free swap space in show_mem() From: Johannes Weiner <hannes@xxxxxxxxxxxx> Signed-off-by: Johannes Weiner <hannes@xxxxxxxxxxxx> Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/mm/init.c | 2 -- 1 file changed, 2 deletions(-) diff -puN arch/arm/mm/init.c~arm-remove-redundant-display-of-free-swap-space-in-show_mem arch/arm/mm/init.c --- a/arch/arm/mm/init.c~arm-remove-redundant-display-of-free-swap-space-in-show_mem +++ a/arch/arm/mm/init.c @@ -48,8 +48,6 @@ void show_mem(void) printk("Mem-info:\n"); show_free_areas(); - printk("Free swap: %6ldkB\n", nr_swap_pages<<(PAGE_SHIFT-10)); - for_each_online_node(node) { pg_data_t *n = NODE_DATA(node); struct page *map = n->node_mem_map - n->node_start_pfn; _ Patches currently in -mm which might be from hannes@xxxxxxxxxxxx are origin.patch mm-fix-possible-off-by-one-in-walk_pte_range.patch dz-test-after-postfix-decrement-fails-in-dz_console_putchar.patch git-mips.patch parisc-remove-redundant-display-of-free-swap-space-in-show_mem.patch git-xtensa.patch m68k-remove-redundant-display-of-free-swap-space-in-show_mem.patch cris-remove-redundant-display-of-free-swap-space-in-show_mem.patch add-warn_on_secs-macro-simplification.patch add-warn_on_secs-macro-simplification-fix.patch add-warn_on_secs-macro-simplification-fix-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