x86, 32-bit: Fix double accounting in reserve_top_address()
authorJan Beulich <JBeulich@novell.com>
Thu, 30 Jul 2009 15:49:30 +0000 (16:49 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 4 Aug 2009 14:27:29 +0000 (16:27 +0200)
commit6abf65510944d33b47575d151c6b318993c8d2b5
tree96d7b5110b03a139ca15c9e63c14a019b1dd2d8f
parentd8c7eb34c2db6268909ae8c3958be63bde254292
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 <jbeulich@novell.com>
LKML-Reference: <4A71DD2A020000780000D482@vpn.id2.novell.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/pgtable.c