From: Heiko Carstens Date: Mon, 4 Dec 2006 14:40:56 +0000 (+0100) Subject: [S390] Memory detection fixes. X-Git-Tag: v2.6.20-rc1~34^2~40^2~15^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b62bc9642300471737bc3b77b2a4a2ead46dedb;p=pandora-kernel.git [S390] Memory detection fixes. VMALLOC_END on 31bit should be 0x8000000UL instead of 0x7fffffffL. The page mask which is used to make sure memory_end is on 4MB/2MB boundary is wrong and not needed. Therefore remove it. Make sure a vmalloc area does also exist and work on (future) machines with 4TB and more memory. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed