diff options
Diffstat (limited to 'arch/sparc/kernel/vmlinux.lds.S')
| -rw-r--r-- | arch/sparc/kernel/vmlinux.lds.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sparc/kernel/vmlinux.lds.S b/arch/sparc/kernel/vmlinux.lds.S index 09243057cb0b..f1a2f688b28a 100644 --- a/arch/sparc/kernel/vmlinux.lds.S +++ b/arch/sparc/kernel/vmlinux.lds.S | |||
| @@ -138,6 +138,11 @@ SECTIONS | |||
| 138 | *(.pause_3insn_patch) | 138 | *(.pause_3insn_patch) |
| 139 | __pause_3insn_patch_end = .; | 139 | __pause_3insn_patch_end = .; |
| 140 | } | 140 | } |
| 141 | .sun_m7_2insn_patch : { | ||
| 142 | __sun_m7_2insn_patch = .; | ||
| 143 | *(.sun_m7_2insn_patch) | ||
| 144 | __sun_m7_2insn_patch_end = .; | ||
| 145 | } | ||
| 141 | PERCPU_SECTION(SMP_CACHE_BYTES) | 146 | PERCPU_SECTION(SMP_CACHE_BYTES) |
| 142 | 147 | ||
| 143 | . = ALIGN(PAGE_SIZE); | 148 | . = ALIGN(PAGE_SIZE); |
