ARM: sort the meminfo array earlier
authorNicolas Pitre <nicolas.pitre@linaro.org>
Thu, 25 Aug 2011 23:10:29 +0000 (19:10 -0400)
committerGrazvydas Ignotas <notasas@gmail.com>
Mon, 25 Feb 2013 18:18:23 +0000 (20:18 +0200)
commit51ab0eb509a68d7b7ecedd795213285186d37eed
treed2ba7a31ce9f37d2c9040118912ae1b4569e20e3
parentac6c279a7fa0db46fc3c893763ef97efedbdc171
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 <nicolas.pitre@linaro.org>
arch/arm/kernel/setup.c
arch/arm/mm/init.c