diff options
author | Johannes Weiner <hannes@saeurebad.de> | 2008-03-28 14:34:37 -0700 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-04-28 17:14:27 +0100 |
commit | f2ce89f30ede4cb32fa8f9aaec884087069c81ba (patch) | |
tree | ecd767c431579d5070f074d5cc55dfe02c7e3268 /arch | |
parent | eba8291b514e6e590be161afcbfdab58cc5da6b8 (diff) | |
download | linux-3.10-f2ce89f30ede4cb32fa8f9aaec884087069c81ba.tar.gz linux-3.10-f2ce89f30ede4cb32fa8f9aaec884087069c81ba.tar.bz2 linux-3.10-f2ce89f30ede4cb32fa8f9aaec884087069c81ba.zip |
[MIPS] remove redundant display of free swap space in show_mem()
Signed-off-by: Johannes Weiner <hannes@saeurebad.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | 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 57df1c38e30..7dfa579ab24 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)) |