login
Header Space

 
 

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

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Linux Kernel Mailing List <linux-kernel@...>
Cc: Jesper Juhl <trivial@...>, Johannes Weiner <hannes@...>, Paul Mackerras <paulus@...>
Date: Monday, March 10, 2008 - 4:10 pm

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

diff --git a/arch/ppc/mm/init.c b/arch/ppc/mm/init.c
index 7444df3..1a63711 100644
--- a/arch/ppc/mm/init.c
+++ b/arch/ppc/mm/init.c
@@ -109,7 +109,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
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] ppc: Remove redundant display of free swap space in ..., Johannes Weiner, (Mon Mar 10, 4:10 pm)
speck-geostationary