From: Tony Breeds Date: Fri, 1 Aug 2008 01:38:39 +0000 (+1000) Subject: powerpc: Force printing of 'total_memory' to unsigned long long X-Git-Tag: v2.6.27-rc2~43^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7c8eede2739289df02a1ab297cc476c6f38dca7;p=pandora-kernel.git powerpc: Force printing of 'total_memory' to unsigned long long total_memory is a 'phys_addr_t', Which can be either 64 or 32 bits. Force printing as unsigned long long to silence the warning. Signed-off-by: Tony Breeds Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed