mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-26 20:58:33 +00:00
powerpc: Define a _sdata symbol
This is needed by arch/powerpc/mm/mem.c now. Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
8dad3f9257
commit
c16ff7e448
@ -107,6 +107,7 @@ SECTIONS
|
||||
#ifdef CONFIG_PPC32
|
||||
/* Read-write section, merged into data segment: */
|
||||
. = ALIGN(4096);
|
||||
_sdata = .;
|
||||
.data :
|
||||
{
|
||||
*(.data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user