aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/kernel/vmlinux.lds.S')
-rw-r--r--arch/sparc/kernel/vmlinux.lds.S6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/sparc/kernel/vmlinux.lds.S b/arch/sparc/kernel/vmlinux.lds.S
index c0220759003..de20c14625e 100644
--- a/arch/sparc/kernel/vmlinux.lds.S
+++ b/arch/sparc/kernel/vmlinux.lds.S
@@ -107,7 +107,11 @@ SECTIONS
107 *(.sun4v_2insn_patch) 107 *(.sun4v_2insn_patch)
108 __sun4v_2insn_patch_end = .; 108 __sun4v_2insn_patch_end = .;
109 } 109 }
110 110 .popc_3insn_patch : {
111 __popc_3insn_patch = .;
112 *(.popc_3insn_patch)
113 __popc_3insn_patch_end = .;
114 }
111 PERCPU_SECTION(SMP_CACHE_BYTES) 115 PERCPU_SECTION(SMP_CACHE_BYTES)
112 116
113 . = ALIGN(PAGE_SIZE); 117 . = ALIGN(PAGE_SIZE);