]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: move initialization of the high_memory variable earlier
authorNicolas Pitre <nicolas.pitre@linaro.org>
Mon, 19 Sep 2011 02:40:00 +0000 (22:40 -0400)
committerNicolas Pitre <nico@fluxnic.net>
Fri, 18 Nov 2011 18:51:21 +0000 (13:51 -0500)
commitaa997f26fa1f869aae7076a02babacab44830d1d
treec2a32dda1fe7f08c542a8077895c077bc4a096cf
parent45db7ada5954bbb2183e66a1e8b87b4ff64bd9f9
ARM: move initialization of the high_memory variable earlier

Some upcoming changes must know the VMALLOC_START value, which is based
on high_memory, before bootmem_init() is called.

The best location to set it is in sanity_check_meminfo() where the needed
computation is already done, and in the non MMU case it is trivial to do
now that the meminfo array is already sorted at that point.

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
arch/arm/mm/init.c
arch/arm/mm/mmu.c
arch/arm/mm/nommu.c