From: Stephen Rothwell Date: Thu, 10 May 2007 10:15:27 +0000 (-0700) Subject: early_pfn_to_nid needs to be __meminit X-Git-Tag: v2.6.22-rc1~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f076f5dd9d227cea2704061048894b00cc0d62b;p=pandora-kernel.git 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 Cc: Yasunori Goto Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed