[PATCH] xtensa: Remove redundant display of free swap space in show_mem()

From: Johannes Weiner
Date: Mon Mar 10 2008 - 16:15:29 EST


Signed-off-by: Johannes Weiner <hannes@xxxxxxxxxxxx>
---
arch/xtensa/mm/init.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/xtensa/mm/init.c b/arch/xtensa/mm/init.c
index 81d0560..323b548 100644
--- a/arch/xtensa/mm/init.c
+++ b/arch/xtensa/mm/init.c
@@ -287,7 +287,6 @@ void show_mem(void)

printk("Mem-info:\n");
show_free_areas();
- printk("Free swap: %6ldkB\n", nr_swap_pages<<(PAGE_SHIFT-10));
i = max_mapnr;
while (i-- > 0) {
total++;
--
1.5.2.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/