From: Heiko Carstens Date: Tue, 9 Jan 2007 09:18:47 +0000 (+0100) Subject: [S390] Fix vmalloc area size calculation. X-Git-Tag: v2.6.20-rc5~36^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de338a3795bbcb3c3d77591f65118cbec776cc39;p=pandora-kernel.git [S390] Fix vmalloc area size calculation. setup_memory_end() uses VMALLOC_END instead of VMALLOC_END_INIT to calculate the maximum supported size of physical memory. Since VMALLOC_END is zero, this will cause a crash on 31 bit systems. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed