Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80675
b: refs/heads/master
c: 6039522
h: refs/heads/master
i:
  80673: 1fcb3c6
  80671: 6a3152e
v: v3
  • Loading branch information
Avi Kivity committed Jan 30, 2008
1 parent d717a57 commit 3ad2498
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e00c8cf29b9798eb9918469b0cce1766e0ae40d7
refs/heads/master: 60395224d94945544f1f9dce5566981844bf0e77
2 changes: 2 additions & 0 deletions trunk/drivers/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -993,6 +993,8 @@ struct page *gfn_to_page(struct kvm *kvm, gfn_t gfn)
struct page *page[1];
int npages;

might_sleep();

gfn = unalias_gfn(kvm, gfn);
slot = __gfn_to_memslot(kvm, gfn);
if (!slot) {
Expand Down

0 comments on commit 3ad2498

Please sign in to comment.