diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-06 13:28:31 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-06 13:28:31 +1000 |
commit | c16ff7e44883afc05cbf6fde0e6913bb10c66885 (patch) | |
tree | 1d6f4ff838d08db5798852cca5cf7a1fdd2c391b | |
parent | 8dad3f9257414f151cd821bfe01f54d7f52d2507 (diff) |
powerpc: Define a _sdata symbol
This is needed by arch/powerpc/mm/mem.c now.
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r-- | arch/powerpc/kernel/vmlinux.lds.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/vmlinux.lds.S b/arch/powerpc/kernel/vmlinux.lds.S index 0587d9c4609..d0239bf8d4c 100644 --- a/arch/powerpc/kernel/vmlinux.lds.S +++ b/arch/powerpc/kernel/vmlinux.lds.S @@ -107,6 +107,7 @@ SECTIONS #ifdef CONFIG_PPC32 /* Read-write section, merged into data segment: */ . = ALIGN(4096); + _sdata = .; .data : { *(.data) |