Skip to content

Commit

Permalink
[S390] remove redundant display of free swap space in show_mem()
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Weiner <hannes@saeurebad.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
  • Loading branch information
Johannes Weiner authored and Heiko Carstens committed Apr 17, 2008
1 parent efca13b commit 1e42f32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/s390/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ void show_mem(void)

printk("Mem-info:\n");
show_free_areas();
printk("Free swap: %6ldkB\n", nr_swap_pages << (PAGE_SHIFT - 10));
i = max_mapnr;
while (i-- > 0) {
if (!pfn_valid(i))
Expand Down

0 comments on commit 1e42f32

Please sign in to comment.