Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145848
b: refs/heads/master
c: 169aafb
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Apr 7, 2009
1 parent 57b9c9c commit 7211c5b
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: 38f4b8c0da01ae7cd9b93386842ce272d6fde9ab
refs/heads/master: 169aafbc8d3f05431b5cfeb60294a12b8ef2bcee
2 changes: 1 addition & 1 deletion trunk/arch/x86/lguest/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ static void lazy_hcall3(unsigned long call,
* issue the do-nothing hypercall to flush any stored calls. */
static void lguest_leave_lazy_mmu_mode(void)
{
hcall(LHCALL_FLUSH_ASYNC, 0, 0, 0);
kvm_hypercall0(LHCALL_FLUSH_ASYNC);
paravirt_leave_lazy_mmu();
}

Expand Down

0 comments on commit 7211c5b

Please sign in to comment.