From: Tony Wu Date: Thu, 22 Dec 2011 14:53:17 +0000 (+0800) Subject: MIPS: vmlinux.lds.S: remove duplicate _sdata symbol X-Git-Tag: v3.3-rc7~42^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58a7fca67a9a6c7dccff727f16826f811ca59127;p=pandora-kernel.git 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 Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/3215/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed