From: Johannes Weiner Date: Fri, 28 Mar 2008 21:27:04 +0000 (-0700) Subject: [IA64] remove redundant display of free swap space in show_mem() X-Git-Tag: v2.6.26-rc1~1146^2^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=734bc367b4830a4c80502a3f9ded7428b1c652e3;p=pandora-kernel.git [IA64] 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 Signed-off-by: Andrew Morton Signed-off-by: Tony Luck --- Reading git-diff-tree failed