summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
authorKyle McMartin2008-05-22 20:38:26 +0200
committerKyle McMartin2008-06-13 16:49:47 +0200
commit1138a72cd96857d1d5928c0c8c83d8b8995eeb38 (patch)
treee0037bd2857a9c81248af1d628e5bc64c3c2992d /arch/parisc/kernel/vmlinux.lds.S
parentRevert "parisc: fix trivial section name warnings" (diff)
downloadkernel-qcow2-linux-1138a72cd96857d1d5928c0c8c83d8b8995eeb38.tar.gz
kernel-qcow2-linux-1138a72cd96857d1d5928c0c8c83d8b8995eeb38.tar.xz
kernel-qcow2-linux-1138a72cd96857d1d5928c0c8c83d8b8995eeb38.zip
parisc: move head.S to head.text section
And explicitly list it in vmlinux.lds... Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to 'arch/parisc/kernel/vmlinux.lds.S')
-rw-r--r--arch/parisc/kernel/vmlinux.lds.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/kernel/vmlinux.lds.S b/arch/parisc/kernel/vmlinux.lds.S
index 50b4a3a25d0a..2e516b871752 100644
--- a/arch/parisc/kernel/vmlinux.lds.S
+++ b/arch/parisc/kernel/vmlinux.lds.S
@@ -50,6 +50,7 @@ SECTIONS
_text = .; /* Text and read-only data */
.text ALIGN(16) : {
+ HEAD_TEXT
TEXT_TEXT
SCHED_TEXT
LOCK_TEXT