Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217848
b: refs/heads/master
c: 33a8475
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Oct 22, 2010
1 parent d319bb8 commit f158bd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: c3798062f100c3e1d4ae1241bc536f3b1f28a6ca
refs/heads/master: 33a847502b0338351cebd8fc0c68ac796cfadbbd
3 changes: 3 additions & 0 deletions trunk/arch/x86/xen/enlighten.c
Original file line number Diff line number Diff line change
Expand Up @@ -1178,6 +1178,9 @@ asmlinkage void __init xen_start_kernel(void)
xen_raw_console_write("mapping kernel into physical memory\n");
pgd = xen_setup_kernel_pagetable(pgd, xen_start_info->nr_pages);

/* Allocate and initialize top and mid mfn levels for p2m structure */
xen_build_mfn_list_list();

init_mm.pgd = pgd;

/* keep using Xen gdt for now; no urgent need to change it */
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/x86/xen/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,6 @@ void __init xen_build_dynamic_phys_to_machine(void)

p2m_top[topidx][mididx] = &mfn_list[pfn];
}

/* Allocate and initialize top and mid mfn levels */
xen_build_mfn_list_list();
}

unsigned long get_phys_to_machine(unsigned long pfn)
Expand Down

0 comments on commit f158bd9

Please sign in to comment.