diff options
author | Johannes Weiner <hannes@saeurebad.de> | 2008-03-28 17:34:37 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-04-28 12:14:27 -0400 |
commit | f2ce89f30ede4cb32fa8f9aaec884087069c81ba (patch) | |
tree | ecd767c431579d5070f074d5cc55dfe02c7e3268 /arch | |
parent | eba8291b514e6e590be161afcbfdab58cc5da6b8 (diff) |
[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 57df1c38e303..7dfa579ab24c 100644 --- a/arch/mips/mm/pgtable.c +++ b/arch/mips/mm/pgtable.c | |||
@@ -12,7 +12,6 @@ void show_mem(void) | |||
12 | 12 | ||
13 | printk("Mem-info:\n"); | 13 | printk("Mem-info:\n"); |
14 | show_free_areas(); | 14 | show_free_areas(); |
15 | printk("Free swap: %6ldkB\n", nr_swap_pages<<(PAGE_SHIFT-10)); | ||
16 | pfn = max_mapnr; | 15 | pfn = max_mapnr; |
17 | while (pfn-- > 0) { | 16 | while (pfn-- > 0) { |
18 | if (!pfn_valid(pfn)) | 17 | if (!pfn_valid(pfn)) |