git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23d1c51
)
arm: Provide _sdata and __bss_stop in the vmlinux.lds.S file
author
Catalin Marinas
<catalin.marinas@arm.com>
Sat, 30 May 2009 13:00:17 +0000
(14:00 +0100)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Sat, 30 May 2009 13:00:17 +0000
(14:00 +0100)
_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>
No differences found