Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252097
b: refs/heads/master
c: 2a001f6
h: refs/heads/master
i:
  252095: c225fb9
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed May 20, 2011
1 parent 71b830f commit 118709b
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: f05608d278633988db39058a8649fe90e30e6194
refs/heads/master: 2a001f6482643239b8a069df5c2bdb2082c98be4
2 changes: 1 addition & 1 deletion trunk/arch/x86/xen/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ static void xen_set_pud_hyper(pud_t *ptr, pud_t val)
xen_mc_batch();

/* ptr may be ioremapped for 64-bit pagetable setup */
u.ptr = virt_to_machine(ptr).maddr;
u.ptr = arbitrary_virt_to_machine(ptr).maddr;
u.val = pud_val_ma(val);
xen_extend_mmu_update(&u);

Expand Down

0 comments on commit 118709b

Please sign in to comment.