From: Heiko Carstens Date: Fri, 26 Feb 2010 21:37:42 +0000 (+0100) Subject: [S390] free_initmem: reduce code duplication X-Git-Tag: v2.6.34-rc1~268^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d96221ab1e7d86dc0d4666466979117cd1915386;p=pandora-kernel.git [S390] free_initmem: reduce code duplication free_initmem() and free_initrd_mem() are nearly identical. So make them call a common function. Also fixes a bug: if the initrd wouldn't start on a page boundary also memory after the initrd would be initialized with the poison value. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed