remarkable-linux/arch/cris/mm
Johannes Weiner 5fd284fd97 cris: 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: Mikael Starvik <mikael.starvik@axis.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-04-28 08:58:28 -07:00
..
fault.c CRIS: Minor fixes to mm/fault.c 2008-02-08 11:06:24 +01:00
init.c cris: remove redundant display of free swap space in show_mem() 2008-04-28 08:58:28 -07:00
ioremap.c [PATCH] Generic ioremap_page_range: cris conversion 2006-10-01 00:39:31 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tlb.c spelling fixes: arch/cris/ 2007-10-20 01:08:50 +02:00