[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <12051798663515-git-send-email-hannes@saeurebad.de>
Date: Mon, 10 Mar 2008 21:10:52 +0100
From: Johannes Weiner <hannes@...urebad.de>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
CC: Ralf Baechle <ralf@...ux-mips.org>
Subject: [PATCH] mips: Remove redundant display of free swap space in show_mem()
Signed-off-by: Johannes Weiner <hannes@...urebad.de>
---
arch/mips/mm/pgtable.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/mips/mm/pgtable.c b/arch/mips/mm/pgtable.c
index 57df1c3..7dfa579 100644
--- a/arch/mips/mm/pgtable.c
+++ b/arch/mips/mm/pgtable.c
@@ -12,7 +12,6 @@ void show_mem(void)
printk("Mem-info:\n");
show_free_areas();
- printk("Free swap: %6ldkB\n", nr_swap_pages<<(PAGE_SHIFT-10));
pfn = max_mapnr;
while (pfn-- > 0) {
if (!pfn_valid(pfn))
--
1.5.2.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists