commit | eca73214c9c50e290b8dc823b41730b01788872d | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Tue Sep 30 19:29:25 2008 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Sep 30 21:34:15 2008 +0100 |
tree | 22df16b626afa6fb9755ce289c6efa254f1ae3d4 | |
parent | da46c79a5418dd6ba006665c1535af0713bb77b9 [diff] |
[ARM] mm: move validation of membanks to one place 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>