Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252096
b: refs/heads/master
c: f05608d
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed May 20, 2011
1 parent c225fb9 commit 71b830f
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: c86d8077b3ec048e42e26372b02dae26b38b0d6b
refs/heads/master: f05608d278633988db39058a8649fe90e30e6194
2 changes: 1 addition & 1 deletion trunk/arch/x86/xen/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ static void xen_set_pmd_hyper(pmd_t *ptr, pmd_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 = pmd_val_ma(val);
xen_extend_mmu_update(&u);

Expand Down

0 comments on commit 71b830f

Please sign in to comment.