From 6f076f5dd9d227cea2704061048894b00cc0d62b Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Thu, 10 May 2007 03:15:27 -0700 Subject: [PATCH] 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-format-patch failed