diff options
Diffstat (limited to 'arch/powerpc/kernel/vmlinux.lds.S')
| -rw-r--r-- | arch/powerpc/kernel/vmlinux.lds.S | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/vmlinux.lds.S b/arch/powerpc/kernel/vmlinux.lds.S index 132067313147..f7d7bf19e4fb 100644 --- a/arch/powerpc/kernel/vmlinux.lds.S +++ b/arch/powerpc/kernel/vmlinux.lds.S | |||
| @@ -34,7 +34,8 @@ SECTIONS | |||
| 34 | /* Text and gots */ | 34 | /* Text and gots */ |
| 35 | .text : { | 35 | .text : { |
| 36 | _text = .; | 36 | _text = .; |
| 37 | *(.text .text.*) | 37 | *(.text.*) |
| 38 | TEXT_TEXT | ||
| 38 | SCHED_TEXT | 39 | SCHED_TEXT |
| 39 | LOCK_TEXT | 40 | LOCK_TEXT |
| 40 | KPROBES_TEXT | 41 | KPROBES_TEXT |
| @@ -167,7 +168,7 @@ SECTIONS | |||
| 167 | #ifdef CONFIG_PPC32 | 168 | #ifdef CONFIG_PPC32 |
| 168 | .data : | 169 | .data : |
| 169 | { | 170 | { |
| 170 | *(.data) | 171 | DATA_DATA |
| 171 | *(.sdata) | 172 | *(.sdata) |
| 172 | *(.got.plt) *(.got) | 173 | *(.got.plt) *(.got) |
| 173 | } | 174 | } |
