From: Alexander Graf Date: Thu, 17 Jan 2013 18:23:28 +0000 (+0100) Subject: KVM: PPC: e500: Call kvmppc_mmu_map for initial mapping X-Git-Tag: v3.9-rc1~97^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d98b3ff949dab3bafa2c50856ce9e1f88497f9a;p=pandora-kernel.git KVM: PPC: e500: Call kvmppc_mmu_map for initial mapping When emulating tlbwe, we want to automatically map the entry that just got written in our shadow TLB map, because chances are quite high that it's going to be used very soon. Today this happens explicitly, duplicating all the logic that is in kvmppc_mmu_map() already. Just call that one instead. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed