Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136701
b: refs/heads/master
c: 4767afb
h: refs/heads/master
i:
  136699: 2c232a8
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and H. Peter Anvin committed Jan 30, 2009
1 parent 5b27ace commit 52637f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: da5de7c22eb705be709a57e486e7475a6969b994
refs/heads/master: 4767afbf1f60f73997a7eb69a86d380f1fb27a92
8 changes: 4 additions & 4 deletions trunk/arch/x86/include/asm/paravirt.h
Original file line number Diff line number Diff line change
Expand Up @@ -1321,11 +1321,11 @@ static inline pudval_t pud_val(pud_t pud)
pudval_t ret;

if (sizeof(pudval_t) > sizeof(long))
ret = PVOP_CALL2(pudval_t, pv_mmu_ops.pud_val,
pud.pud, (u64)pud.pud >> 32);
ret = PVOP_CALLEE2(pudval_t, pv_mmu_ops.pud_val,
pud.pud, (u64)pud.pud >> 32);
else
ret = PVOP_CALL1(pudval_t, pv_mmu_ops.pud_val,
pud.pud);
ret = PVOP_CALLEE1(pudval_t, pv_mmu_ops.pud_val,
pud.pud);

return ret;
}
Expand Down

0 comments on commit 52637f6

Please sign in to comment.