From: Sam Ravnborg Date: Sun, 17 Feb 2008 12:22:47 +0000 (+0100) Subject: x86: fix section mismatch in setup_64.c:srat_detect_node X-Git-Tag: v2.6.25-rc3~109^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04d733bd3588fda8934591fdb0a3d719c5ec8fa0;p=pandora-kernel.git x86: fix section mismatch in setup_64.c:srat_detect_node srat_detect_node() is only used by __cpuinit init_intel(). So the trivial fix is to annotate srat_detect_node() with __cpuinit. Signed-off-by: Sam Ravnborg Cc: Sam Ravnborg Cc: Andrew Morton Cc: H. Peter Anvin Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed