Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335552
b: refs/heads/master
c: 911dec0
h: refs/heads/master
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk committed Nov 7, 2012
1 parent 4774673 commit d5fd065
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6bf926ddd44ddc67edbeb28d4069f207f2c6e07e
refs/heads/master: 911dec0db4de6ccc544178a8ddaf9cec0a11d533
5 changes: 5 additions & 0 deletions trunk/arch/arm/xen/enlighten.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,8 @@ void free_xenballooned_pages(int nr_pages, struct page **pages)
*pages = NULL;
}
EXPORT_SYMBOL_GPL(free_xenballooned_pages);

/* In the hypervisor.S file. */
EXPORT_SYMBOL_GPL(HYPERVISOR_event_channel_op);
EXPORT_SYMBOL_GPL(HYPERVISOR_grant_table_op);
EXPORT_SYMBOL_GPL(privcmd_call);

0 comments on commit d5fd065

Please sign in to comment.