From: Joerg Roedel Date: Thu, 29 Oct 2009 15:25:50 +0000 (+0100) Subject: dma-debug: Fix compile warning with PAE enabled X-Git-Tag: v2.6.32-rc7~75^2~1^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59a40e70458341b35d123b60aca416a1d97ebbe3;p=pandora-kernel.git dma-debug: Fix compile warning with PAE enabled When PAE is enabled in the kernel configuration the size of phys_addr_t differs from the size of a void pointer. The gcc prints a warning about that in dma-debug code. This patch fixes the warning by converting the output to unsigned long long instead of a pointer. Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed