diff options
| author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-19 23:33:08 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-20 11:24:49 -0400 |
| commit | 7e5de05169b766b86b4bc7c196f53d57e1952bff (patch) | |
| tree | 75331b36df06c453bdb7e99ab7fbee4f3d80ff59 /arch/m68k/kernel | |
| parent | f9569e1d1540791f664aeb935b1ec11b6e56507c (diff) | |
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')
| -rw-r--r-- | arch/m68k/kernel/head.S | 2 | ||||
| -rw-r--r-- | arch/m68k/kernel/sun3-head.S | 2 | ||||
| -rw-r--r-- | arch/m68k/kernel/vmlinux-std.lds | 1 | ||||
| -rw-r--r-- | arch/m68k/kernel/vmlinux-sun3.lds | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/arch/m68k/kernel/head.S b/arch/m68k/kernel/head.S index 05741f2335..faa6764f1d 100644 --- a/arch/m68k/kernel/head.S +++ b/arch/m68k/kernel/head.S | |||
| @@ -577,7 +577,7 @@ func_define putn,1 | |||
| 577 | #endif | 577 | #endif |
| 578 | .endm | 578 | .endm |
| 579 | 579 | ||
| 580 | .text | 580 | .section ".text.head","ax" |
| 581 | ENTRY(_stext) | 581 | ENTRY(_stext) |
| 582 | /* | 582 | /* |
| 583 | * Version numbers of the bootinfo interface | 583 | * Version numbers of the bootinfo interface |
diff --git a/arch/m68k/kernel/sun3-head.S b/arch/m68k/kernel/sun3-head.S index 4b5f050204..aad01592db 100644 --- a/arch/m68k/kernel/sun3-head.S +++ b/arch/m68k/kernel/sun3-head.S | |||
| @@ -29,7 +29,7 @@ kernel_pmd_table: .skip 0x2000 | |||
| 29 | .globl kernel_pg_dir | 29 | .globl kernel_pg_dir |
| 30 | .equ kernel_pg_dir,kernel_pmd_table | 30 | .equ kernel_pg_dir,kernel_pmd_table |
| 31 | 31 | ||
| 32 | .section .head | 32 | .section .text.head |
| 33 | ENTRY(_stext) | 33 | ENTRY(_stext) |
| 34 | ENTRY(_start) | 34 | ENTRY(_start) |
| 35 | 35 | ||
diff --git a/arch/m68k/kernel/vmlinux-std.lds b/arch/m68k/kernel/vmlinux-std.lds index 40f02b128f..c42245775a 100644 --- a/arch/m68k/kernel/vmlinux-std.lds +++ b/arch/m68k/kernel/vmlinux-std.lds | |||
| @@ -11,6 +11,7 @@ SECTIONS | |||
| 11 | . = 0x1000; | 11 | . = 0x1000; |
| 12 | _text = .; /* Text and read-only data */ | 12 | _text = .; /* Text and read-only data */ |
| 13 | .text : { | 13 | .text : { |
| 14 | *(.text.head) | ||
| 14 | TEXT_TEXT | 15 | TEXT_TEXT |
| 15 | SCHED_TEXT | 16 | SCHED_TEXT |
| 16 | LOCK_TEXT | 17 | LOCK_TEXT |
diff --git a/arch/m68k/kernel/vmlinux-sun3.lds b/arch/m68k/kernel/vmlinux-sun3.lds index f06425b6d2..4adffefb5c 100644 --- a/arch/m68k/kernel/vmlinux-sun3.lds +++ b/arch/m68k/kernel/vmlinux-sun3.lds | |||
| @@ -11,7 +11,7 @@ SECTIONS | |||
| 11 | . = 0xE002000; | 11 | . = 0xE002000; |
| 12 | _text = .; /* Text and read-only data */ | 12 | _text = .; /* Text and read-only data */ |
| 13 | .text : { | 13 | .text : { |
| 14 | *(.head) | 14 | *(.text.head) |
| 15 | TEXT_TEXT | 15 | TEXT_TEXT |
| 16 | SCHED_TEXT | 16 | SCHED_TEXT |
| 17 | LOCK_TEXT | 17 | LOCK_TEXT |
