Tag: cfec0e75f5e9489ec2bf582101b023c845a0a9a5

KVM: MIPS: Enable after disabling interrupt

Author: Tapasweni Pathak <tapaswenipathak@gmail.com> Enable disabled interrupt, on unsuccessful operation. Found by Coccinelle. Signed-off-by: Tapasweni Pathak Acked-by: Julia Lawall Reviewed-by: James Hogan Signed-off-by: Marcelo Tosatti — arch/mips/kvm/tlb.c | 1 + 1 file changed, 1 insertion(+)   diff –git a/arch/mips/kvm/tlb.c b/arch/mips/kvm/tlb.c index bbcd822..b6beb0e 100644 — a/arch/mips/kvm/tlb.c +++ b/arch/mips/kvm/tlb.c @@ -216,6 +216,7 @@ int kvm_mips_host_tlb_write(struct kvm_vcpu *vcpu, …

Continue reading