arm: Provide _sdata and __bss_stop in the vmlinux.lds.S file
authorCatalin Marinas <catalin.marinas@arm.com>
Sat, 30 May 2009 13:00:17 +0000 (14:00 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Sat, 30 May 2009 13:00:17 +0000 (14:00 +0100)
commit8c7e65742fd05f27071282d260376adb98e0e9ac
treeff3c70b519fdc41965e5aa184b5647c7483cfd35
parent23d1c515d8fc6d74bea442a4b687c3b5b8627ec4
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 <catalin.marinas@arm.com>
arch/arm/kernel/vmlinux.lds.S