From: Nicolas Pitre Date: Thu, 25 Aug 2011 23:10:29 +0000 (-0400) Subject: ARM: sort the meminfo array earlier X-Git-Tag: v3.3-rc1~141^2~3^2~3^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27a3f0e91bed0f4dcf0a363e5f5938126d1ff4e5;p=pandora-kernel.git ARM: sort the meminfo array earlier The meminfo array has to be sorted before sanity_check_meminfo() in arch/arm/mm/mmu.c is called for it to work properly. This also allows for a simpler find_limits() in arch/arm/mm/init.c. The sort is moved to arch/arm/kernel/setup.c because that's where the meminfo array is populated. Eventually this should be improved upon to make the memory bank parser a bit more robust against problems such as overlapping memory ranges. Signed-off-by: Nicolas Pitre --- Reading git-diff-tree failed