[ARM] mm: move validation of membanks to one place
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Tue, 30 Sep 2008 18:29:25 +0000 (19:29 +0100)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 15 Feb 2012 17:26:58 +0000 (19:26 +0200)
The newly introduced sanity_check_meminfo() function should be
used to collect all validation of the meminfo array, which we
have in bootmem_init().  Move it there.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found