diff options
Diffstat (limited to 'arch/powerpc/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/powerpc/kernel/vmlinux.lds.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/vmlinux.lds.S b/arch/powerpc/kernel/vmlinux.lds.S index f26620988860..f7d7bf19e4fb 100644 --- a/arch/powerpc/kernel/vmlinux.lds.S +++ b/arch/powerpc/kernel/vmlinux.lds.S | |||
@@ -168,7 +168,7 @@ SECTIONS | |||
168 | #ifdef CONFIG_PPC32 | 168 | #ifdef CONFIG_PPC32 |
169 | .data : | 169 | .data : |
170 | { | 170 | { |
171 | *(.data) | 171 | DATA_DATA |
172 | *(.sdata) | 172 | *(.sdata) |
173 | *(.got.plt) *(.got) | 173 | *(.got.plt) *(.got) |
174 | } | 174 | } |