Johannes Weiner 6feef6e5f2 m68k: remove redundant display of free swap space in show_mem()
show_mem() has no need to print the amount of free swap space manually because
show_free_areas() does this already and is called by the former.

The two outputs only differ in text formatting:

  printk("Free swap  = %lukB\n", ...);
  printk("Free swap:       %6ldkB\n", ...);

Signed-off-by: Johannes Weiner <hannes@saeurebad.de>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-04-28 08:58:27 -07:00
..
2008-02-06 10:41:01 -08:00
2007-07-20 08:24:49 -07:00
2007-07-20 08:24:49 -07:00
2008-02-05 09:44:23 -08:00
2008-04-17 10:42:34 -04:00
2008-04-17 10:42:34 -04:00
2008-02-05 09:44:24 -08:00
2007-10-20 01:20:32 +02:00
2007-07-20 08:24:49 -07:00
2007-10-20 01:20:32 +02:00
2007-07-20 08:24:49 -07:00
2008-02-09 10:46:40 +01:00
2005-04-16 15:20:36 -07:00
2008-04-04 14:42:20 -07:00