From: Liu Yu Date: Tue, 20 Dec 2011 14:42:56 +0000 (+0000) Subject: KVM: PPC: booke: Add booke206 TLB trace X-Git-Tag: v3.4-rc1~59^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d37b1a037cae725e69e5bf96f58544b69d7c93a6;p=pandora-kernel.git KVM: PPC: booke: Add booke206 TLB trace The existing kvm_stlb_write/kvm_gtlb_write were a poor match for the e500/book3e MMU -- mas1 was passed as "tid", mas2 was limited to "unsigned int" which will be a problem on 64-bit, mas3/7 got split up rather than treated as a single 64-bit word, etc. Signed-off-by: Liu Yu [scottwood@freescale.com: made mas2 64-bit, and added mas8 init] Signed-off-by: Scott Wood Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed