]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ARM: memblock: move meminfo into find_limits directly
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 27 Oct 2010 18:49:33 +0000 (19:49 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 28 Oct 2010 12:54:44 +0000 (13:54 +0100)
commitf25b4b4c89ff118df72421dd2cb080a6380896ac
treefe836e4aaa8018b776743914a2b2703538ff8370
parentdf4f14c7b22e43e67c0e4e3b005ff897a0a72f4d
ARM: memblock: move meminfo into find_limits directly

bootmem_init() no longer makes several uses of the membank
information, so move this into the one remaining called function
which does use it.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/init.c