diff options
Diffstat (limited to 'arch/x86/kernel/vmlinux_64.lds.S')
-rw-r--r-- | arch/x86/kernel/vmlinux_64.lds.S | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/kernel/vmlinux_64.lds.S b/arch/x86/kernel/vmlinux_64.lds.S index 7457370d7916..0992b9946c6f 100644 --- a/arch/x86/kernel/vmlinux_64.lds.S +++ b/arch/x86/kernel/vmlinux_64.lds.S | |||
@@ -178,6 +178,14 @@ SECTIONS | |||
178 | } | 178 | } |
179 | __con_initcall_end = .; | 179 | __con_initcall_end = .; |
180 | SECURITY_INIT | 180 | SECURITY_INIT |
181 | |||
182 | . = ALIGN(8); | ||
183 | .parainstructions : AT(ADDR(.parainstructions) - LOAD_OFFSET) { | ||
184 | __parainstructions = .; | ||
185 | *(.parainstructions) | ||
186 | __parainstructions_end = .; | ||
187 | } | ||
188 | |||
181 | . = ALIGN(8); | 189 | . = ALIGN(8); |
182 | __alt_instructions = .; | 190 | __alt_instructions = .; |
183 | .altinstructions : AT(ADDR(.altinstructions) - LOAD_OFFSET) { | 191 | .altinstructions : AT(ADDR(.altinstructions) - LOAD_OFFSET) { |