diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-20 03:33:08 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-20 15:24:49 (GMT) |
commit | 7e5de05169b766b86b4bc7c196f53d57e1952bff (patch) | |
tree | 75331b36df06c453bdb7e99ab7fbee4f3d80ff59 /arch/m68k/kernel/vmlinux-std.lds | |
parent | f9569e1d1540791f664aeb935b1ec11b6e56507c (diff) | |
download | linux-7e5de05169b766b86b4bc7c196f53d57e1952bff.tar.xz |
m68k: use .text.head
i.e. tell modpost that entry point code (that has to be outside
of .init.text for external reasons) is OK to refer to .init.*
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68k/kernel/vmlinux-std.lds')
-rw-r--r-- | arch/m68k/kernel/vmlinux-std.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/kernel/vmlinux-std.lds b/arch/m68k/kernel/vmlinux-std.lds index 40f02b1..c422457 100644 --- a/arch/m68k/kernel/vmlinux-std.lds +++ b/arch/m68k/kernel/vmlinux-std.lds @@ -11,6 +11,7 @@ SECTIONS . = 0x1000; _text = .; /* Text and read-only data */ .text : { + *(.text.head) TEXT_TEXT SCHED_TEXT LOCK_TEXT |