]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit84123a4745b5433a439eb47919f176dc1e2713ae
tree96d7b5110b03a139ca15c9e63c14a019b1dd2d8f
parent99cca1d34da0e1279921d5441da73ec09bb49a93
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