From: H. Peter Anvin Date: Thu, 14 Jul 2011 18:57:10 +0000 (-0700) Subject: memblock: Cast phys_addr_t to unsigned long long for printf use X-Git-Tag: v3.3-rc1~130^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a150439c4a97db379f0ed6faa46fbbb6e7bf3cb2;p=pandora-kernel.git memblock: Cast phys_addr_t to unsigned long long for printf use phys_addr_t is not necessarily the same thing as unsigned long long. It is, however, easier to cast it to unsigned long long for printf purposes than it is to deal with differnent printf formats. Signed-off-by: H. Peter Anvin Cc: Tejun Heo Link: http://lkml.kernel.org/r/4E1F4D2C.3000507@zytor.com --- Reading git-diff-tree failed