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)
commit55a8173cfe1c6b489f8f5705282c762aed2e265e
treec2a32dda1fe7f08c542a8077895c077bc4a096cf
parent27a3f0e91bed0f4dcf0a363e5f5938126d1ff4e5
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
This page took 0.024704 seconds and 5 git commands to generate.