From: Tim Abbott Date: Fri, 31 Jul 2009 20:57:51 +0000 (-0400) Subject: [IA64] Use .ref.text, not .text.init for start_ap. X-Git-Tag: v2.6.32-rc1~641^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f172468a142c6989144ccb827c1b57c69229e8ba;p=pandora-kernel.git [IA64] Use .ref.text, not .text.init for start_ap. It seems that start_ap doesn't need to be in a special location in the kernel, but it references some init code so it should be in .ref.text. Since this is the only thing in the .text.head section, eliminate .text.head from the linker script. Signed-off-by: Tim Abbott Signed-off-by: Tony Luck --- Reading git-diff-tree failed