linux/arch/ppc
Johannes Weiner 1e5ef43e8c [POWERPC] ppc: 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: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2008-04-01 20:45:16 +11:00
..
4xx_io [POWERPC] Spelling fixes: arch/ppc/ 2007-05-12 11:32:49 +10:00
8xx_io [POWERPC] ppc: Replace remaining __FUNCTION__ occurrences 2008-04-01 20:43:10 +11:00
8260_io Remove pointless casts from void pointers 2008-02-06 10:41:01 -08:00
boot [POWERPC] CPM: Rename commproc to cpm1 and cpm2_common.c to cpm2.c 2008-01-28 08:31:05 -06:00
configs [PPC] Remove 85xx from arch/ppc 2008-01-28 08:33:10 -06:00
kernel Merge branch 'linux-2.6' 2008-03-13 15:26:33 +11:00
lib [POWERPC] User rheap from arch/powerpc/lib 2007-05-09 23:28:17 -05:00
mm [POWERPC] ppc: Remove redundant display of free swap space in show_mem() 2008-04-01 20:45:16 +11:00
platforms [POWERPC] ppc: Replace remaining __FUNCTION__ occurrences 2008-04-01 20:43:10 +11:00
syslib Merge branch 'linux-2.6' 2008-01-31 11:25:51 +11:00
xmon [POWERPC] CPM: Rename commproc to cpm1 and cpm2_common.c to cpm2.c 2008-01-28 08:31:05 -06:00
.gitignore [POWERPC] Only ignore arch/ppc/include, not arch/ppc/boot/include 2007-08-17 11:01:51 +10:00
Kconfig ide: introduce HAVE_IDE 2008-02-09 10:46:40 +01:00
Kconfig.debug ppc: Remove CHRP, POWER3 and POWER4 support from arch/ppc 2006-03-28 10:22:10 +11:00
Makefile [PPC] Remove 85xx from arch/ppc 2008-01-28 08:33:10 -06:00