diff options
Diffstat (limited to 'arch/i386/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/i386/kernel/vmlinux.lds.S | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/i386/kernel/vmlinux.lds.S b/arch/i386/kernel/vmlinux.lds.S index 6860f20aa579..5c69cf0e5944 100644 --- a/arch/i386/kernel/vmlinux.lds.S +++ b/arch/i386/kernel/vmlinux.lds.S | |||
@@ -165,6 +165,12 @@ SECTIONS | |||
165 | .altinstr_replacement : AT(ADDR(.altinstr_replacement) - LOAD_OFFSET) { | 165 | .altinstr_replacement : AT(ADDR(.altinstr_replacement) - LOAD_OFFSET) { |
166 | *(.altinstr_replacement) | 166 | *(.altinstr_replacement) |
167 | } | 167 | } |
168 | . = ALIGN(4); | ||
169 | __start_parainstructions = .; | ||
170 | .parainstructions : AT(ADDR(.parainstructions) - LOAD_OFFSET) { | ||
171 | *(.parainstructions) | ||
172 | } | ||
173 | __stop_parainstructions = .; | ||
168 | /* .exit.text is discard at runtime, not link time, to deal with references | 174 | /* .exit.text is discard at runtime, not link time, to deal with references |
169 | from .altinstructions and .eh_frame */ | 175 | from .altinstructions and .eh_frame */ |
170 | .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) { *(.exit.text) } | 176 | .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) { *(.exit.text) } |