diff options
author | Tony Breeds <tony@bakeyournoodle.com> | 2011-07-04 20:44:19 +0200 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-07-19 07:13:04 +0200 |
commit | f7ba2991e9063fa8cf668ee57c08e2842ad04f11 (patch) | |
tree | c653ecb4d1dce0a60e30ff0aa97a143c53656b6c /arch/powerpc/kernel | |
parent | powerpc/cpufreq: Add cpufreq driver for Momentum Maple boards (diff) | |
download | linux-f7ba2991e9063fa8cf668ee57c08e2842ad04f11.tar.xz linux-f7ba2991e9063fa8cf668ee57c08e2842ad04f11.zip |
powerpc/mm: Fix output of total_ram.
On 32bit platforms that support >= 4GB memory total_ram was truncated.
This creates a confusing printk:
Top of RAM: 0x100000000, Total RAM: 0x0
Fix that:
Top of RAM: 0x100000000, Total RAM: 0x100000000
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel')
0 files changed, 0 insertions, 0 deletions