diff options
Diffstat (limited to 'arch/x86/xen/enlighten.c')
-rw-r--r-- | arch/x86/xen/enlighten.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index 5c0635a8bffd..73d3c84a3495 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c | |||
@@ -1221,7 +1221,7 @@ asmlinkage void __init xen_start_kernel(void) | |||
1221 | 1221 | ||
1222 | /* Get mfn list */ | 1222 | /* Get mfn list */ |
1223 | if (!xen_feature(XENFEAT_auto_translated_physmap)) | 1223 | if (!xen_feature(XENFEAT_auto_translated_physmap)) |
1224 | phys_to_machine_mapping = (unsigned long *)xen_start_info->mfn_list; | 1224 | xen_build_dynamic_phys_to_machine(); |
1225 | 1225 | ||
1226 | pgd = (pgd_t *)xen_start_info->pt_base; | 1226 | pgd = (pgd_t *)xen_start_info->pt_base; |
1227 | 1227 | ||