mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08: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
|
#ifdef CONFIG_PPC32
|
||||||
/* Read-write section, merged into data segment: */
|
/* Read-write section, merged into data segment: */
|
||||||
. = ALIGN(4096);
|
. = ALIGN(4096);
|
||||||
|
_sdata = .;
|
||||||
.data :
|
.data :
|
||||||
{
|
{
|
||||||
*(.data)
|
*(.data)
|
||||||
|
Loading…
Reference in New Issue
Block a user