Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243387
b: refs/heads/master
c: b83c6e5
h: refs/heads/master
i:
  243385: 162d8b5
  243383: 265c0df
v: v3
  • Loading branch information
Randy Dunlap authored and Konrad Rzeszutek Wilk committed Mar 29, 2011
1 parent bb67e3a commit 49c401f
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: b254244d2682fe975630f176c25a4444cc4e088d
refs/heads/master: b83c6e55ac482f08984504d61382ecf05f0afe32
4 changes: 2 additions & 2 deletions trunk/arch/x86/xen/p2m.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ static bool alloc_p2m(unsigned long pfn)
return true;
}

bool __early_alloc_p2m(unsigned long pfn)
static bool __init __early_alloc_p2m(unsigned long pfn)
{
unsigned topidx, mididx, idx;

Expand Down Expand Up @@ -530,7 +530,7 @@ bool __early_alloc_p2m(unsigned long pfn)
}
return idx != 0;
}
unsigned long set_phys_range_identity(unsigned long pfn_s,
unsigned long __init set_phys_range_identity(unsigned long pfn_s,
unsigned long pfn_e)
{
unsigned long pfn;
Expand Down

0 comments on commit 49c401f

Please sign in to comment.