From: Heiko Carstens Date: Thu, 28 Feb 2013 10:16:26 +0000 (+0100) Subject: s390/mm: fix vmemmap size calculation X-Git-Tag: v3.9-rc4~33^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7bb1ae749e8051434e54936dcefd37ef1cfa753;p=pandora-kernel.git s390/mm: fix vmemmap size calculation The size of the vmemmap must be a multiple of PAGES_PER_SECTION, since the common code always initializes the vmemmap in such pieces. So we must round up in order to not have a too small vmemmap. Fixes an IPL crash on 31 bit with more than 1920MB. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed