From: Tim Abbott Date: Wed, 16 Sep 2009 20:44:28 +0000 (-0400) Subject: x86: convert to use __HEAD and HEAD_TEXT macros. X-Git-Tag: v2.6.32-rc1~17^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ae59b916d269255800d69a07ac5b0c368a417f8;p=pandora-kernel.git x86: convert to use __HEAD and HEAD_TEXT macros. This has the consequence of changing the section name use for head code from ".text.head" to ".head.text". It also eliminates the ".text.head" output section (instead placing head code at the start of the .text output section), which should be harmless. This patch only changes the sections in the actual kernel, not those in the compressed boot loader. Signed-off-by: Tim Abbott Cc: Ingo Molnar Cc: Sam Ravnborg Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed