aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/kernel/vmlinux.lds.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/vmlinux.lds.S b/arch/powerpc/kernel/vmlinux.lds.S
index 21c39ff2dc39..24ff7d983114 100644
--- a/arch/powerpc/kernel/vmlinux.lds.S
+++ b/arch/powerpc/kernel/vmlinux.lds.S
@@ -173,7 +173,9 @@ SECTIONS
173 } 173 }
174#else 174#else
175 .data : { 175 .data : {
176 *(.data .data.rel* .toc1) 176 DATA_DATA
177 *(.data.rel*)
178 *(.toc1)
177 *(.branch_lt) 179 *(.branch_lt)
178 } 180 }
179 181