commit | 8c7e65742fd05f27071282d260376adb98e0e9ac | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Sat May 30 14:00:17 2009 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Sat May 30 14:00:17 2009 +0100 |
tree | ff3c70b519fdc41965e5aa184b5647c7483cfd35 | |
parent | 23d1c515d8fc6d74bea442a4b687c3b5b8627ec4 [diff] |
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>