]> bbs.cooldavid.org Git - net-next-2.6.git/commit - mm/memblock.c
memblock: Move functions around into a more sensible order
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 12 Jul 2010 04:36:48 +0000 (14:36 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 5 Aug 2010 02:56:19 +0000 (12:56 +1000)
commit6ed311b282210d23d1a2cb2665aa899979993628
treea1e77961b0a067af26d0bbae52e64e258bbc3136
parent7f219c736f9439acb1c50d264fbee93c353773ca
memblock: Move functions around into a more sensible order

Some shuffling is needed for doing array resize so we may as well
put some sense into the ordering of the functions in the whole memblock.c
file. No code change. Added some comments.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
mm/memblock.c