diff options
Diffstat (limited to 'arch/x86/xen/enlighten.c')
| -rw-r--r-- | arch/x86/xen/enlighten.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index ee304b52d8b7..d8873014b5ed 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c | |||
| @@ -1178,6 +1178,9 @@ asmlinkage void __init xen_start_kernel(void) | |||
| 1178 | xen_raw_console_write("mapping kernel into physical memory\n"); | 1178 | xen_raw_console_write("mapping kernel into physical memory\n"); |
| 1179 | pgd = xen_setup_kernel_pagetable(pgd, xen_start_info->nr_pages); | 1179 | pgd = xen_setup_kernel_pagetable(pgd, xen_start_info->nr_pages); |
| 1180 | 1180 | ||
| 1181 | /* Allocate and initialize top and mid mfn levels for p2m structure */ | ||
| 1182 | xen_build_mfn_list_list(); | ||
| 1183 | |||
| 1181 | init_mm.pgd = pgd; | 1184 | init_mm.pgd = pgd; |
| 1182 | 1185 | ||
| 1183 | /* keep using Xen gdt for now; no urgent need to change it */ | 1186 | /* keep using Xen gdt for now; no urgent need to change it */ |
