From: Tim Abbott Date: Fri, 2 Oct 2009 20:32:46 +0000 (-0400) Subject: ARM: convert to use __HEAD and HEAD_TEXT macros. X-Git-Tag: v2.6.33-rc1~384^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2abc1c50b6be81233e0b79478dc04d8fec737ed5;p=pandora-kernel.git ARM: convert to use __HEAD and HEAD_TEXT macros. This has the consequence of changing the section name used for head code from ".text.head" to ".head.text". Since this commit changes all users in the architecture, this change should be harmless. The .text.head output section is eliminated and the head text code is included at the start of the .init output section. Signed-off-by: Tim Abbott Cc: Linus Torvalds Acked-by: Sam Ravnborg Signed-off-by: Russell King --- Reading git-diff-tree failed