aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/vmlinux_64.lds.S
diff options
context:
space:
mode:
authorTim Abbott <tabbott@MIT.EDU>2009-04-25 22:11:07 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2009-04-26 09:20:39 -0700
commitbbe215c231ac809e42b037345c1fa8e8eb09b00a (patch)
treed58f315a1a580a1e1104cbe7fd3c3958254757e4 /arch/sh/kernel/vmlinux_64.lds.S
parents390: convert to use __HEAD and HEAD_TEXT macros. (diff)
downloadlinux-dev-bbe215c231ac809e42b037345c1fa8e8eb09b00a.tar.xz
linux-dev-bbe215c231ac809e42b037345c1fa8e8eb09b00a.zip
sh: 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". Since this commit changes all users in the architecture, this change should be harmless. Signed-off-by: Tim Abbott <tabbott@mit.edu> Cc: Paul Mundt <lethal@linux-sh.org> Acked-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r--arch/sh/kernel/vmlinux_64.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/vmlinux_64.lds.S b/arch/sh/kernel/vmlinux_64.lds.S
index 33fa46451406..69664460c688 100644
--- a/arch/sh/kernel/vmlinux_64.lds.S
+++ b/arch/sh/kernel/vmlinux_64.lds.S
@@ -42,7 +42,7 @@ SECTIONS
} = 0
.text : C_PHYS(.text) {
- *(.text.head)
+ HEAD_TEXT
TEXT_TEXT
*(.text64)
*(.text..SHmedia32)