diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2008-11-22 18:35:54 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-11-30 19:03:37 +0100 |
commit | 1c4567aeed84a2746d78d4c1fe092222a559d43f (patch) | |
tree | bfa4265a363d94e68e52c45aa4b41e0d02ce3cc1 /arch/m32r/kernel/vmlinux.lds.S | |
parent | section misannotation in ibmtr_cs (diff) | |
download | linux-1c4567aeed84a2746d78d4c1fe092222a559d43f.tar.xz linux-1c4567aeed84a2746d78d4c1fe092222a559d43f.zip |
m32r: section noise in head.S
usual "introduce .text.head, put it in front of TEXT_TEXT in vmlinux.lds.S,
make the stuff up to jump to start_kernel live in it", same as on other
targets.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m32r/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/m32r/kernel/vmlinux.lds.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m32r/kernel/vmlinux.lds.S b/arch/m32r/kernel/vmlinux.lds.S index 15a6f36c06db..9db05df20c0e 100644 --- a/arch/m32r/kernel/vmlinux.lds.S +++ b/arch/m32r/kernel/vmlinux.lds.S @@ -27,6 +27,7 @@ SECTIONS _text = .; /* Text and read-only data */ .boot : { *(.boot) } = 0 .text : { + *(.text.head) TEXT_TEXT SCHED_TEXT LOCK_TEXT |