From: Alexander Graf Date: Tue, 31 Aug 2010 01:45:39 +0000 (+0200) Subject: KVM: PPC: Fix compile error in e500_tlb.c X-Git-Tag: v2.6.37-rc1~142^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=344941beb9926418663e171a347d1a31d727fe45;p=pandora-kernel.git KVM: PPC: Fix compile error in e500_tlb.c The e500_tlb.c file didn't compile for me due to the following error: arch/powerpc/kvm/e500_tlb.c: In function ‘kvmppc_e500_shadow_map’: arch/powerpc/kvm/e500_tlb.c:300: error: format ‘%lx’ expects type ‘long unsigned int’, but argument 2 has type ‘gfn_t’ So let's explicitly cast the argument to make printk happy. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed