From: Jan Beulich Date: Thu, 30 Jul 2009 15:49:30 +0000 (+0100) Subject: x86, 32-bit: Fix double accounting in reserve_top_address() X-Git-Tag: v2.6.31-rc6~79^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6abf65510944d33b47575d151c6b318993c8d2b5;p=pandora-kernel.git x86, 32-bit: Fix double accounting in reserve_top_address() With VMALLOC_END included in the calculation of MAXMEM (as of 2.6.28) it is no longer correct to also bump __VMALLOC_RESERVE in reserve_top_address(). Doing so results in needlessly small lowmem. Signed-off-by: Jan Beulich LKML-Reference: <4A71DD2A020000780000D482@vpn.id2.novell.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed