Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97298
b: refs/heads/master
c: de06781
h: refs/heads/master
v: v3
  • Loading branch information
Jan Beulich authored and Thomas Gleixner committed May 23, 2008
1 parent 256af28 commit 490cc56
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: 2584a82deed7196f48066f1b1a7fad4ec5bea961
refs/heads/master: de067814d6b69030d0030e1c5b3dbaf0385aae41
2 changes: 1 addition & 1 deletion trunk/arch/x86/xen/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ xmaddr_t arbitrary_virt_to_machine(unsigned long address)
{
unsigned int level;
pte_t *pte = lookup_address(address, &level);
unsigned offset = address & PAGE_MASK;
unsigned offset = address & ~PAGE_MASK;

BUG_ON(pte == NULL);

Expand Down

0 comments on commit 490cc56

Please sign in to comment.