From: Catalin Marinas Date: Sat, 30 May 2009 13:00:17 +0000 (+0100) Subject: arm: Provide _sdata and __bss_stop in the vmlinux.lds.S file X-Git-Tag: v2.6.31-rc1~344^2~7^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c7e65742fd05f27071282d260376adb98e0e9ac;p=pandora-kernel.git arm: Provide _sdata and __bss_stop in the vmlinux.lds.S file _sdata and __bss_stop are common symbols defined by many architectures and made available to the kernel via asm-generic/sections.h. Kmemleak uses these symbols when scanning the data sections. Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed