Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234169
b: refs/heads/master
c: c761779
h: refs/heads/master
i:
  234167: b3fbf19
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk committed Mar 14, 2011
1 parent 3ed2224 commit ed0295e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: fb38923ead10aa8a28db191548e176e8856614d7
refs/heads/master: c7617798771ad588d585986d896197c04b737621
3 changes: 2 additions & 1 deletion trunk/arch/x86/xen/p2m.c
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,8 @@ bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn)

/* Swap over from MISSING to IDENTITY if needed. */
if (p2m_top[topidx][mididx] == p2m_missing) {
p2m_top[topidx][mididx] = p2m_identity;
WARN_ON(cmpxchg(&p2m_top[topidx][mididx], p2m_missing,
p2m_identity) != p2m_missing);
return true;
}
}
Expand Down

0 comments on commit ed0295e

Please sign in to comment.