From: Nicolas Pitre Date: Mon, 19 Sep 2011 02:40:00 +0000 (-0400) Subject: ARM: move initialization of the high_memory variable earlier X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a30e1635946173d941e26c20ee2f806ad562f7a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed