From: Catalin Marinas Date: Mon, 11 May 2009 12:22:00 +0000 (+0100) Subject: x86: Provide _sdata in the vmlinux.lds.S file X-Git-Tag: v2.6.31-rc1~373^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1260866a271abc84274345580f3d613d3bceff87;p=pandora-kernel.git x86: Provide _sdata in the vmlinux.lds.S file _sdata is a common symbol defined by many architectures and made available to the kernel via asm-generic/sections.h. Kmemleak uses this symbol when scanning the data sections. [ Impact: add new global symbol ] Signed-off-by: Catalin Marinas LKML-Reference: <20090511122105.26556.96593.stgit@pc1117.cambridge.arm.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed