linux/arch/powerpc
Anton Blanchard bcb3557694 [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>
2005-11-08 11:19:53 +11:00
..
configs [PATCH] ppc64: Update g5_defconfig for ARCH=powerpc 2005-11-08 11:17:50 +11:00
kernel [PATCH] ppc: fix a bunch of warnings 2005-11-08 11:19:36 +11:00
lib Merge ../linux-2.6 2005-11-07 14:42:09 +11:00
mm [PATCH] ppc64: fix Memory: summary line 2005-11-08 11:19:53 +11:00
oprofile [PATCH] Move Kprobes and Oprofile to "Instrumentation Support" menu 2005-11-07 07:53:35 -08:00
platforms [PATCH] ppc64: SMU based macs cpufreq support 2005-11-08 11:17:34 +11:00
sysdev [PATCH] powerpc: Kill ppcdebug 2005-11-07 12:37:45 +11:00
xmon powerpc: Remove T command from xmon help text since it no longer exists 2005-10-29 22:11:06 +10:00
Kconfig [PATCH] ppc64: SMU based macs cpufreq support 2005-11-08 11:17:34 +11:00
Kconfig.debug [PATCH] Move Kprobes and Oprofile to "Instrumentation Support" menu 2005-11-07 07:53:35 -08:00
Makefile powerpc: Set entry point and text address in linker script 2005-11-03 16:03:06 +11:00