Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95962
b: refs/heads/master
c: 0d15029
h: refs/heads/master
v: v3
  • Loading branch information
Sheng Yang authored and Avi Kivity committed May 4, 2008
1 parent 7970f52 commit a6e85ef
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1ac593c97eb229da44819f66fea47975537c1177
refs/heads/master: 0d15029895051904e31925ec63525cc3a637f7de
1 change: 1 addition & 0 deletions trunk/virt/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ unsigned long gfn_to_hva(struct kvm *kvm, gfn_t gfn)
return bad_hva();
return (slot->userspace_addr + (gfn - slot->base_gfn) * PAGE_SIZE);
}
EXPORT_SYMBOL_GPL(gfn_to_hva);

/*
* Requires current->mm->mmap_sem to be held
Expand Down

0 comments on commit a6e85ef

Please sign in to comment.