From: Michael Holzheu Date: Sun, 30 Oct 2011 14:17:21 +0000 (+0100) Subject: [S390] Remove error checking from copy_oldmem_page() X-Git-Tag: v3.2-rc1~109^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07ea815b22b9f70ec8de6ddf8db63a1dd1585caf;p=pandora-kernel.git [S390] Remove error checking from copy_oldmem_page() Currently it can happen that the pre-allocated ELF header contains a wrong memory map which would result in errors when copying /proc/vmcore. In order to still get a valid vmcore, we (temporarily) disable the error checking in copy_oldmem_page(). This will then produce zero pages for those memory regions. Signed-off-by: Michael Holzheu Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed