commit | 6abf65510944d33b47575d151c6b318993c8d2b5 | [log] [tgz] |
---|---|---|
author | Jan Beulich <JBeulich@novell.com> | Thu Jul 30 16:49:30 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Aug 04 16:27:29 2009 +0200 |
tree | 96d7b5110b03a139ca15c9e63c14a019b1dd2d8f | |
parent | d8c7eb34c2db6268909ae8c3958be63bde254292 [diff] |
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>