early_pfn_to_nid needs to be __meminit
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 10 May 2007 10:15:27 +0000 (03:15 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 10 May 2007 16:26:52 +0000 (09:26 -0700)
commit6f076f5dd9d227cea2704061048894b00cc0d62b
tree0c6be41a5d1d77ef78e76ba9d1861a062aef55bd
parenta6a62b69b9f1b0cec0a119c5f4cd2f17d091e8f5
early_pfn_to_nid needs to be __meminit

Since it is referenced by memmap_init_zone (which is __meminit) via the
early_pfn_in_nid macro when CONFIG_NODES_SPAN_OTHER_NODES is set (which
basically means PowerPC 64).

This removes a section mismatch warning in those circumstances.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Yasunori Goto <y-goto@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page_alloc.c