From: Joerg Roedel Date: Thu, 1 Jul 2010 14:00:12 +0000 (+0200) Subject: KVM: Use u64 for frame data types X-Git-Tag: v2.6.36-rc1~580^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5689cc53fa9d09b5bf41b1b1a7c90bd6c112ab40;p=pandora-kernel.git KVM: Use u64 for frame data types For 32bit machines where the physical address width is larger than the virtual address width the frame number types in KVM may overflow. Fix this by changing them to u64. [sfr: fix build on 32-bit ppc] Signed-off-by: Joerg Roedel Signed-off-by: Stephen Rothwell Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed