From: Tony Breeds Date: Mon, 4 Jul 2011 18:44:19 +0000 (+0000) Subject: powerpc/mm: Fix output of total_ram. X-Git-Tag: v3.1-rc1~236^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7ba2991e9063fa8cf668ee57c08e2842ad04f11;p=pandora-kernel.git 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 Acked-by: Josh Boyer Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed