From: Michael Holzheu Date: Tue, 27 Dec 2011 10:27:24 +0000 (+0100) Subject: [S390] Add VMCOREINFO_SYMBOL(high_memory) to vmcoreinfo X-Git-Tag: v3.3-rc1~157^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fe7a18cddf35f0d50d681ae6252241303b0cfc5;p=pandora-kernel.git [S390] Add VMCOREINFO_SYMBOL(high_memory) to vmcoreinfo Currently the vmalloc_start address (or better end of real memory) for s390x is obtained by makedumpfile using vmlist.addr symbol, which is not correct. The correct vmalloc_start address can be obtained using 'high_memory' symbol. This patch adds the high_memory symbol to vmcoreinfo. Signed-off-by: Michael Holzheu Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed