Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251197
b: refs/heads/master
c: c9ce9e4
h: refs/heads/master
i:
  251195: d33501f
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk committed May 18, 2011
1 parent 465e0dc commit 4a0a8d1
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: d5431d5273392c6509e9567a9c30ca8b8362d6b2
refs/heads/master: c9ce9e438b2a9faba74a05a71b3dbe169cde783b
3 changes: 2 additions & 1 deletion trunk/arch/x86/xen/p2m.c
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ int m2p_add_override(unsigned long mfn, struct page *page, bool clear_pte)

return 0;
}

EXPORT_SYMBOL_GPL(m2p_add_override);
int m2p_remove_override(struct page *page, bool clear_pte)
{
unsigned long flags;
Expand Down Expand Up @@ -719,6 +719,7 @@ int m2p_remove_override(struct page *page, bool clear_pte)

return 0;
}
EXPORT_SYMBOL_GPL(m2p_remove_override);

struct page *m2p_find_override(unsigned long mfn)
{
Expand Down

0 comments on commit 4a0a8d1

Please sign in to comment.