diff options
author | Tony Wu | 2011-12-22 22:53:17 +0800 |
---|---|---|
committer | Ralf Baechle | 2012-02-20 18:33:18 +0100 |
commit | 58a7fca67a9a6c7dccff727f16826f811ca59127 (patch) | |
tree | 37c702c145ef5445374d4f35b6ea35741c0b0df8 /drivers | |
parent | 8e3657903589f5a5a36a95f660a33e137b3da6f5 (diff) |
MIPS: vmlinux.lds.S: remove duplicate _sdata symbol
_sdata is defined twice in vmlinux.lds.S. According to vmlinux.ld.h
in asm-generic, _sdata should be marked at the beginning RO_DATA_SECTION.
* _sdata = .;
* RO_DATA_SECTION(PAGE_SIZE)
* RW_DATA_SECTION(...)
* _edata = .;
Remove the one that is marked at RW_DATA_SECTION.
Signed-off-by: Tony Wu <tung7970@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3215/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions