From: Scott Wood Date: Tue, 14 Jun 2011 23:34:34 +0000 (-0500) Subject: KVM: PPC: e500: Disable preloading TLB1 in tlb_load(). X-Git-Tag: v3.1-rc1~264^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fc4d1eb911cced6bc103f2b36497397e99e8c43;p=pandora-kernel.git KVM: PPC: e500: Disable preloading TLB1 in tlb_load(). Since TLB1 loading doesn't check the shadow TLB before allocating another entry, you can get duplicates. Once shadow PIDs are enabled in a later patch, we won't need to invalidate the TLB on every switch, so this optimization won't be needed anyway. Signed-off-by: Scott Wood Signed-off-by: Alexander Graf --- Reading git-diff-tree failed