Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362840
b: refs/heads/master
c: de53e9c
h: refs/heads/master
v: v3
  • Loading branch information
Stephan Schreiber authored and Tony Luck committed Mar 19, 2013
1 parent a172c88 commit 690a4b8
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: 136f39ddc53db3bcee2befbe323a56d4fbf06da8
refs/heads/master: de53e9caa4c6149ef4a78c2f83d7f5b655848767
2 changes: 1 addition & 1 deletion trunk/arch/ia64/kvm/vtlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ u64 guest_vhpt_lookup(u64 iha, u64 *pte)
"srlz.d;;"
"ssm psr.i;;"
"srlz.d;;"
: "=r"(ret) : "r"(iha), "r"(pte):"memory");
: "=&r"(ret) : "r"(iha), "r"(pte) : "memory");

return ret;
}
Expand Down

0 comments on commit 690a4b8

Please sign in to comment.