Commit 3ae0aa9f authored by Mathieu Desnoyers's avatar Mathieu Desnoyers Committed by Sam Ravnborg

powerpc: add missing DATA_DATA to powerpc

* Sam Ravnborg (sam@ravnborg.org) wrote:
> From your patch it looks like I originally missed out
> powerpc + xtensa when introducing DATA_DATA - would be nice if
> you could fix that.
>
> 	Sam

Add missing DATA_DATA in powerpc
Signed-off-by: default avatarMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
--
 arch/powerpc/kernel/vmlinux.lds.S |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
parent 5c617c6f
...@@ -173,7 +173,9 @@ SECTIONS ...@@ -173,7 +173,9 @@ SECTIONS
} }
#else #else
.data : { .data : {
*(.data .data.rel* .toc1) DATA_DATA
*(.data.rel*)
*(.toc1)
*(.branch_lt) *(.branch_lt)
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment