Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234215
b: refs/heads/master
c: 6b08cfe
h: refs/heads/master
i:
  234213: c53b11d
  234211: 52a2a4f
  234207: 560a3a4
v: v3
  • Loading branch information
Ian Campbell authored and Konrad Rzeszutek Wilk committed Feb 11, 2011
1 parent 8454858 commit abae0a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b052181a985592f81767f631f9f42accb4b436cd
refs/heads/master: 6b08cfebd3bd346d8a2fd68a2265fc7736849802
4 changes: 2 additions & 2 deletions trunk/arch/x86/xen/p2m.c
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ int m2p_add_override(unsigned long mfn, struct page *page)
{
unsigned long flags;
unsigned long pfn;
unsigned long address;
unsigned long uninitialized_var(address);
unsigned level;
pte_t *ptep = NULL;

Expand Down Expand Up @@ -455,7 +455,7 @@ int m2p_remove_override(struct page *page)
unsigned long flags;
unsigned long mfn;
unsigned long pfn;
unsigned long address;
unsigned long uninitialized_var(address);
unsigned level;
pte_t *ptep = NULL;

Expand Down

0 comments on commit abae0a6

Please sign in to comment.