summaryrefslogtreecommitdiff
path: root/arch/powerpc/oprofile
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2005-11-07 06:43:07 (GMT)
committerPaul Mackerras <paulus@samba.org>2005-11-08 00:19:53 (GMT)
commitbcb3557694d4e880051795ad97d609d255bcb658 (patch)
treeb79b550546b1330c828cd163ac624c6dc42a992a /arch/powerpc/oprofile
parent42596ec5edc8efb9e24397ef656df7ebb2c4f8d5 (diff)
downloadlinux-fsl-qoriq-bcb3557694d4e880051795ad97d609d255bcb658.tar.xz
[PATCH] ppc64: fix Memory: summary line
On ppc64 we end up with a negative value for the data size in the memory boot message: Memory: 2035560k/2097152k available (5792k kernel code, 89564k reserved, 18014398509481632k data, 870k bss, 352k init) It turns out the section ordering of the linker script is different on ppc32 and ppc64, so just count data as _edata - _sdata which should work on both. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/oprofile')
0 files changed, 0 insertions, 0 deletions