From: Will Deacon Date: Tue, 15 Feb 2011 13:31:37 +0000 (+0100) Subject: ARM: 6674/1: LPAE: use long long format when printing physical addresses and ptes X-Git-Tag: v2.6.39-rc1~100^2~2^3~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29a38193c15bd72ba96c57a805443ef46ea6a6ac;p=pandora-kernel.git ARM: 6674/1: LPAE: use long long format when printing physical addresses and ptes For the Kernel to support 2 level and 3 level page tables, physical addresses (and also page table entries) need to be 32 or 64-bits depending upon the configuration. This patch uses the %08llx conversion specifier for physical addresses and page table entries, ensuring that they are cast to (long long) so that common code can be used regardless of the datatype widths. Acked-by: Catalin Marinas Signed-off-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed