Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104426
b: refs/heads/master
c: ebd879e
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed Jul 16, 2008
1 parent 0f2e53c commit 989952d
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: 39dbc5bd345ebf93e066dde7f8e29467eb61b42e
refs/heads/master: ebd879e397f6361727c36267a12d1650710e465a
2 changes: 1 addition & 1 deletion trunk/arch/x86/xen/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ xmaddr_t arbitrary_virt_to_machine(unsigned long address)

BUG_ON(pte == NULL);

return XMADDR((pte_mfn(*pte) << PAGE_SHIFT) + offset);
return XMADDR(((phys_addr_t)pte_mfn(*pte) << PAGE_SHIFT) + offset);
}

void make_lowmem_page_readonly(void *vaddr)
Expand Down

0 comments on commit 989952d

Please sign in to comment.