powerpc/mm: Fix section mismatch for mark_reserved_regions_for_nid
authorDavid Rientjes <rientjes@google.com>
Thu, 8 Dec 2011 12:33:29 +0000 (12:33 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 19 Dec 2011 03:41:16 +0000 (14:41 +1100)
mark_reserved_regions_for_nid() is only called from do_init_bootmem(),
which is in .init.text, so it must be in the same section to avoid a
section mismatch warning.

Reported-by: Subrata Modak <subrata@linux.vnet.ibm.com>
Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found