LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] arm: Remove redundant display of free swap space in show_mem()
@ 2008-03-10 20:10 Johannes Weiner
  2008-03-10 20:10 ` [PATCH] cris: " Johannes Weiner
                   ` (13 more replies)
  0 siblings, 14 replies; 16+ messages in thread
From: Johannes Weiner @ 2008-03-10 20:10 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Jesper Juhl, Johannes Weiner, Russell King, Lennert Buytenhek

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

diff --git a/arch/arm/mm/init.c b/arch/arm/mm/init.c
index ec00f26..b657f17 100644
--- a/arch/arm/mm/init.c
+++ b/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;
-- 
1.5.2.2

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2008-03-11  4:54 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-10 20:10 [PATCH] arm: Remove redundant display of free swap space in show_mem() Johannes Weiner
2008-03-10 20:10 ` [PATCH] cris: " Johannes Weiner
2008-03-10 20:10 ` [PATCH] m32r: " Johannes Weiner
2008-03-10 20:10 ` [PATCH] m68k: " Johannes Weiner
2008-03-10 20:10 ` [PATCH] mips: " Johannes Weiner
2008-03-10 20:10 ` [PATCH] powerpc: " Johannes Weiner
2008-03-10 20:10 ` [PATCH] ppc: " Johannes Weiner
2008-03-10 20:10 ` [PATCH] s390: " Johannes Weiner
2008-03-10 20:10 ` [PATCH] sh: " Johannes Weiner
2008-03-10 20:10 ` [PATCH] x86: " Johannes Weiner
2008-03-10 20:10 ` [PATCH] xtensa: " Johannes Weiner
2008-03-10 20:10 ` [PATCH] parisc: " Johannes Weiner
2008-03-10 20:11 ` [PATCH] um: " Johannes Weiner
2008-03-10 20:11 ` [PATCH] ia64: " Johannes Weiner
2008-03-11  4:53   ` KOSAKI Motohiro
2008-03-10 20:16 ` [PATCH] arm: " Johannes Weiner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).