> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Hollis Blanchard
> Sent: Saturday, July 26, 2008 2:55 AM
> To: [EMAIL PROTECTED]
> Cc: [email protected]; [EMAIL PROTECTED]
> Subject: [PATCH 4 of 5] kvm: ppc: Write only modified shadow 
> entries into theTLB on exit
> 
> @@ -229,6 +235,7 @@ void kvmppc_mmu_priv_switch(struct kvm_v
>  
>               kvmppc_44x_shadow_release(vcpu, i);
>               stlbe->word0 = 0;
> +             kvmppc_tlbe_set_modified(vcpu, i);
>               KVMTRACE_5D(STLB_INVAL, vcpu, i,
>                               stlbe->tid, stlbe->word0, stlbe->word1,
>                               stlbe->word2, handler);

Can this place use "_tlbia()" instead?
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to