]> git.baikalelectronics.ru Git - kernel.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)
commit79fb6bd1d4ad8ce6a79fe8fc1ac6111521bcc791
treefe836e4aaa8018b776743914a2b2703538ff8370
parent086697f7cefed9d72e42fac3808560965d6ea163
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