git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb61063
)
powerpc: Force printing of 'total_memory' to unsigned long long
author
Tony Breeds
<tony@bakeyournoodle.com>
Fri, 1 Aug 2008 01:38:39 +0000
(11:38 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 4 Aug 2008 03:18:17 +0000
(13:18 +1000)
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>
No differences found