LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Johannes Weiner <hannes@saeurebad.de>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: Jesper Juhl <trivial@kernel.org>, Johannes Weiner <hannes@saeurebad.de>
Cc: Hirokazu Takata <takata@linux-m32r.org>
Subject: [PATCH] m32r: Remove redundant display of free swap space in show_mem()
Date: Mon, 10 Mar 2008 21:10:50 +0100 [thread overview]
Message-ID: <12051798652912-git-send-email-hannes@saeurebad.de> (raw)
In-Reply-To: <12051798631122-git-send-email-hannes@saeurebad.de>
Signed-off-by: Johannes Weiner <hannes@saeurebad.de>
---
arch/m32r/mm/init.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/m32r/mm/init.c b/arch/m32r/mm/init.c
index bbd97c8..a08ac3e 100644
--- a/arch/m32r/mm/init.c
+++ b/arch/m32r/mm/init.c
@@ -47,7 +47,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_pgdat(pgdat) {
unsigned long flags;
pgdat_resize_lock(pgdat, &flags);
@@ -252,4 +251,3 @@ void free_initrd_mem(unsigned long start, unsigned long end)
printk (KERN_INFO "Freeing initrd memory: %ldk freed\n", (end - start) >> 10);
}
#endif
-
--
1.5.2.2
next prev parent reply other threads:[~2008-03-10 20:12 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-10 20:10 [PATCH] arm: " Johannes Weiner
2008-03-10 20:10 ` [PATCH] cris: " Johannes Weiner
2008-03-10 20:10 ` Johannes Weiner [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=12051798652912-git-send-email-hannes@saeurebad.de \
--to=hannes@saeurebad.de \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@kernel.org \
--subject='Re: [PATCH] m32r: Remove redundant display of free swap space in show_mem()' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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).