diff options
Diffstat (limited to 'arch/xtensa/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/xtensa/kernel/vmlinux.lds.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/xtensa/kernel/vmlinux.lds.S b/arch/xtensa/kernel/vmlinux.lds.S index 5accf51053da..41c159cd872f 100644 --- a/arch/xtensa/kernel/vmlinux.lds.S +++ b/arch/xtensa/kernel/vmlinux.lds.S | |||
@@ -87,7 +87,7 @@ SECTIONS | |||
87 | { | 87 | { |
88 | /* The HEAD_TEXT section must be the first section! */ | 88 | /* The HEAD_TEXT section must be the first section! */ |
89 | HEAD_TEXT | 89 | HEAD_TEXT |
90 | *(.literal .text) | 90 | TEXT_TEXT |
91 | VMLINUX_SYMBOL(__sched_text_start) = .; | 91 | VMLINUX_SYMBOL(__sched_text_start) = .; |
92 | *(.sched.literal .sched.text) | 92 | *(.sched.literal .sched.text) |
93 | VMLINUX_SYMBOL(__sched_text_end) = .; | 93 | VMLINUX_SYMBOL(__sched_text_end) = .; |
@@ -139,8 +139,6 @@ SECTIONS | |||
139 | __init_begin = .; | 139 | __init_begin = .; |
140 | .init.text : { | 140 | .init.text : { |
141 | _sinittext = .; | 141 | _sinittext = .; |
142 | *(.init.literal) *(.cpuinit.literal) | ||
143 | *(.devinit.literal) *(.meminit.literal) | ||
144 | INIT_TEXT | 142 | INIT_TEXT |
145 | _einittext = .; | 143 | _einittext = .; |
146 | } | 144 | } |