Commit c16ff7e4 authored by Paul Mackerras's avatar Paul Mackerras

powerpc: Define a _sdata symbol

This is needed by arch/powerpc/mm/mem.c now.
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 8dad3f92
......@@ -107,6 +107,7 @@ SECTIONS
#ifdef CONFIG_PPC32
/* Read-write section, merged into data segment: */
. = ALIGN(4096);
_sdata = .;
.data :
{
*(.data)
......
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