commit | c7c8eede2739289df02a1ab297cc476c6f38dca7 | [log] [tgz] |
---|---|---|
author | Tony Breeds <tony@bakeyournoodle.com> | Fri Aug 01 11:38:39 2008 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Mon Aug 04 13:18:17 2008 +1000 |
tree | 77a469e378d05ebc71b9e050d017675d8c3d71fc | |
parent | fb61063587982b52304d62cdbb6a0a88d26ae7ef [diff] |
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 <tony@bakeyournoodle.com> Signed-off-by: Paul Mackerras <paulus@samba.org>