aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh64/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-07-20 17:45:05 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-07-20 17:45:05 +0900
commit56982002a359533d471834f4398e3002aeb6fbbc (patch)
tree7418778cdc4de7537a813ecf78cbc83941c8ea9a /arch/sh64/kernel/vmlinux.lds.S
parentsh64: Fix up PCI section mismatch warnings. (diff)
downloadlinux-dev-56982002a359533d471834f4398e3002aeb6fbbc.tar.xz
linux-dev-56982002a359533d471834f4398e3002aeb6fbbc.zip
sh64: Move entry point code to .text.head.
Follow the sh and m68k changes to silence the modpost warnings. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh64/kernel/vmlinux.lds.S')
-rw-r--r--arch/sh64/kernel/vmlinux.lds.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh64/kernel/vmlinux.lds.S b/arch/sh64/kernel/vmlinux.lds.S
index 8ac9c7c5f848..267b4f9af2e1 100644
--- a/arch/sh64/kernel/vmlinux.lds.S
+++ b/arch/sh64/kernel/vmlinux.lds.S
@@ -54,6 +54,7 @@ SECTIONS
} = 0
.text : C_PHYS(.text) {
+ *(.text.head)
TEXT_TEXT
*(.text64)
*(.text..SHmedia32)