Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174422
b: refs/heads/master
c: fa24ba6
h: refs/heads/master
v: v3
  • Loading branch information
Ian Campbell authored and Jeremy Fitzhardinge committed Dec 3, 2009
1 parent 4b12510 commit 0926bb1
Show file tree
Hide file tree
Showing 4 changed files with 5 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: 3905bb2aa7bb801b31946b37a4635ebac4009051
refs/heads/master: fa24ba62ea2869308ffc9f0b286ac9650b4ca6cb
2 changes: 1 addition & 1 deletion trunk/arch/x86/xen/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ static inline unsigned p2m_index(unsigned long pfn)
}

/* Build the parallel p2m_top_mfn structures */
static void __init xen_build_mfn_list_list(void)
void xen_build_mfn_list_list(void)
{
unsigned pfn, idx;

Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/x86/xen/suspend.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ void xen_pre_suspend(void)

void xen_post_suspend(int suspend_cancelled)
{
xen_build_mfn_list_list();

xen_setup_shared_info();

if (suspend_cancelled) {
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/x86/xen/xen-ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ extern struct shared_info *HYPERVISOR_shared_info;

void xen_setup_mfn_list_list(void);
void xen_setup_shared_info(void);
void xen_build_mfn_list_list(void);
void xen_setup_machphys_mapping(void);
pgd_t *xen_setup_kernel_pagetable(pgd_t *pgd, unsigned long max_pfn);
void xen_ident_map_ISA(void);
Expand Down

0 comments on commit 0926bb1

Please sign in to comment.