Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115292
b: refs/heads/master
c: d657c73
h: refs/heads/master
v: v3
  • Loading branch information
Avi Kivity committed Oct 15, 2008
1 parent 7be9d4c commit 8e1bda7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: acee3c04e8208c17aad1baff99baa68d71640a19
refs/heads/master: d657c7335b97d746aa6123c56504b46c20e37df3
2 changes: 1 addition & 1 deletion trunk/virt/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ pfn_t gfn_to_pfn(struct kvm *kvm, gfn_t gfn)
return page_to_pfn(bad_page);
}

npages = get_user_pages(current, current->mm, addr, 1, 1, 1, page,
npages = get_user_pages(current, current->mm, addr, 1, 1, 0, page,
NULL);

if (unlikely(npages != 1)) {
Expand Down

0 comments on commit 8e1bda7

Please sign in to comment.