From: Johannes Weiner Date: Fri, 28 Mar 2008 21:21:10 +0000 (+1100) Subject: [POWERPC] ppc: Remove redundant display of free swap space in show_mem() X-Git-Tag: v2.6.26-rc1~1125^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e5ef43e8c206128560eb6c32a19a7951033a3c3;p=pandora-kernel.git [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 Cc: Benjamin Herrenschmidt Signed-off-by: Andrew Morton Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed