Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357751
b: refs/heads/master
c: 3b8cd8a
h: refs/heads/master
i:
  357749: d7483bc
  357747: fe1dc39
  357743: 888daf9
v: v3
  • Loading branch information
Marc Zyngier authored and Gleb Natapov committed Feb 25, 2013
1 parent a8d5192 commit d562619
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2b5e1e474fd7b0f2540a052d15465ba953dd30b1
refs/heads/master: 3b8cd8a015f3db85624c0fdb591956aed7f61b65
5 changes: 0 additions & 5 deletions trunk/arch/arm/kvm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -633,11 +633,6 @@ int kvm_handle_guest_abort(struct kvm_vcpu *vcpu, struct kvm_run *run)
}

memslot = gfn_to_memslot(vcpu->kvm, gfn);
if (!memslot->user_alloc) {
kvm_err("non user-alloc memslots not supported\n");
ret = -EINVAL;
goto out_unlock;
}

ret = user_mem_abort(vcpu, fault_ipa, gfn, memslot, fault_status);
if (ret == 0)
Expand Down

0 comments on commit d562619

Please sign in to comment.