ARM: convert to use __HEAD and HEAD_TEXT macros.
authorTim Abbott <tabbott@ksplice.com>
Fri, 2 Oct 2009 20:32:46 +0000 (16:32 -0400)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 23 Nov 2009 20:33:34 +0000 (20:33 +0000)
commit2abc1c50b6be81233e0b79478dc04d8fec737ed5
treead7c35fe2204c78059466e6b4260858bf9a785cb
parent749f583f3405f93bf56ed5dd0be1d65c06db6f0f
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 <tabbott@ksplice.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/head-nommu.S
arch/arm/kernel/head.S
arch/arm/kernel/vmlinux.lds.S
This page took 0.026492 seconds and 5 git commands to generate.