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

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Johannes Weiner
Date: Monday, March 10, 2008 - 1:10 pm

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

diff --git a/arch/sh/mm/init.c b/arch/sh/mm/init.c
index 53dde06..409e4f0 100644
--- a/arch/sh/mm/init.c
+++ b/arch/sh/mm/init.c
@@ -55,7 +55,6 @@ void show_mem(void)
 		pgdat_resize_unlock(pgdat, &flags);
 	}
 
-	printk("Free swap:       %6ldkB\n", nr_swap_pages<<(PAGE_SHIFT-10));
 	printk("%d pages of RAM\n", total);
 	printk("%d free pages\n", free);
 	printk("%d reserved pages\n", reserved);
-- 
1.5.2.2
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] sh: Remove redundant display of free swap space in ..., Johannes Weiner, (Mon Mar 10, 1:10 pm)