diff options
Diffstat (limited to 'arch/x86/xen/enlighten.c')
-rw-r--r-- | arch/x86/xen/enlighten.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index d9faaa26c104..ce67dc8f36af 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c | |||
@@ -880,6 +880,8 @@ static __init void setup_shared_info(void) | |||
880 | /* In UP this is as good a place as any to set up shared info */ | 880 | /* In UP this is as good a place as any to set up shared info */ |
881 | xen_setup_vcpu_info_placement(); | 881 | xen_setup_vcpu_info_placement(); |
882 | #endif | 882 | #endif |
883 | |||
884 | xen_setup_mfn_list_list(); | ||
883 | } | 885 | } |
884 | 886 | ||
885 | static __init void xen_pagetable_setup_done(pgd_t *base) | 887 | static __init void xen_pagetable_setup_done(pgd_t *base) |