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-Tag: v3.3-rc1~141^2~3^2~3^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55a8173cfe1c6b489f8f5705282c762aed2e265e;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