From: Mihai Caraman Date: Mon, 25 Jun 2012 02:26:26 +0000 (+0000) Subject: KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guests X-Git-Tag: v3.6-rc1~124^2~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66c9897d9d7675bfb8f4cc4d57ceb00b6a12a2e8;p=pandora-kernel.git KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guests tlbilxva emulation was using an u32 variable for guest effective address. Replace it with gva_t type to handle 64-bit guests. Signed-off-by: Mihai Caraman Signed-off-by: Alexander Graf --- Reading git-diff-tree failed