Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234216
b: refs/heads/master
c: 44b46c3
h: refs/heads/master
v: v3
  • Loading branch information
Ian Campbell authored and Konrad Rzeszutek Wilk committed Feb 11, 2011
1 parent abae0a6 commit a2ee2eb
Show file tree
Hide file tree
Showing 3 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: 6b08cfebd3bd346d8a2fd68a2265fc7736849802
refs/heads/master: 44b46c3ef805793ab3a7730dc71c72d0f258ea8e
2 changes: 1 addition & 1 deletion trunk/arch/x86/xen/enlighten.c
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ static int init_hvm_pv_info(int *major, int *minor)
return 0;
}

void xen_hvm_init_shared_info(void)
void __ref xen_hvm_init_shared_info(void)
{
int cpu;
struct xen_add_to_physmap xatp;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/xen/p2m.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ static void p2m_init(unsigned long *p2m)
* - After resume we're called from within stop_machine, but the mfn
* tree should alreay be completely allocated.
*/
void xen_build_mfn_list_list(void)
void __ref xen_build_mfn_list_list(void)
{
unsigned long pfn;

Expand Down

0 comments on commit a2ee2eb

Please sign in to comment.