diff options
-rw-r--r-- | arch/frv/kernel/vmlinux.lds.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/frv/kernel/vmlinux.lds.S b/arch/frv/kernel/vmlinux.lds.S index 7dbf41f68b52..cfb41813193c 100644 --- a/arch/frv/kernel/vmlinux.lds.S +++ b/arch/frv/kernel/vmlinux.lds.S | |||
@@ -51,11 +51,6 @@ SECTIONS | |||
51 | .con_initcall.init : { *(.con_initcall.init) } | 51 | .con_initcall.init : { *(.con_initcall.init) } |
52 | __con_initcall_end = .; | 52 | __con_initcall_end = .; |
53 | SECURITY_INIT | 53 | SECURITY_INIT |
54 | . = ALIGN(4); | ||
55 | __alt_instructions = .; | ||
56 | .altinstructions : { *(.altinstructions) } | ||
57 | __alt_instructions_end = .; | ||
58 | .altinstr_replacement : { *(.altinstr_replacement) } | ||
59 | 54 | ||
60 | PERCPU(4096) | 55 | PERCPU(4096) |
61 | 56 | ||