From: Tim Abbott Date: Wed, 16 Sep 2009 20:44:27 +0000 (-0400) Subject: x86: convert compressed loader to use __HEAD and HEAD_TEXT macros. X-Git-Tag: v2.6.32-rc1~17^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dc818c1c574a4caa7b575bd9018d04090fb6c86;p=pandora-kernel.git x86: convert compressed loader 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". Linus suggested that we merge the ".text.head" section with ".text" (presumably while preserving the fact that the head code starts at 0). When I tried this it caused the kernel to not boot. Signed-off-by: Tim Abbott Cc: Ingo Molnar Cc: Sam Ravnborg Cc: Linus Torvalds Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed