diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2009-08-09 21:06:24 +0200 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-08-20 02:29:29 +0200 |
commit | 903444e4297264ec0959e886695911659edb425c (patch) | |
tree | 87bcffec066757d3961446c290b671f35892c1f4 /arch/powerpc/boot/mktree.c | |
parent | powerpc: Enable GCOV (diff) | |
download | linux-903444e4297264ec0959e886695911659edb425c.tar.xz linux-903444e4297264ec0959e886695911659edb425c.zip |
powerpc/vmlinux.lds: Move _edata down
Currently _edata does not include several data sections, this causes
the kernel's report of memory usage at boot to not match reality, and
also prevents kmemleak from working - because it scan between _sdata
and _edata for pointers to allocated memory.
This mirrors a similar change made recently to the x86 linker script.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/mktree.c')
0 files changed, 0 insertions, 0 deletions