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: sz_154~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f85be2dd98e44ed5dcb9bee9dbe0a53b464fde8b;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