Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144737
b: refs/heads/master
c: 33df4db
h: refs/heads/master
i:
  144735: 1b57bf3
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed May 8, 2009
1 parent 7e9b198 commit 23d0b95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6407df5ca54a511054200a1eb23f78f723ca1de4
refs/heads/master: 33df4db04a79660150e1948e3296eeb451ac121b
5 changes: 5 additions & 0 deletions trunk/arch/x86/xen/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1794,6 +1794,11 @@ __init pgd_t *xen_setup_kernel_pagetable(pgd_t *pgd,

pin_pagetable_pfn(MMUEXT_PIN_L3_TABLE, PFN_DOWN(__pa(swapper_pg_dir)));

reserve_early(__pa(xen_start_info->pt_base),
__pa(xen_start_info->pt_base +
xen_start_info->nr_pt_frames * PAGE_SIZE),
"XEN PAGETABLES");

return swapper_pg_dir;
}
#endif /* CONFIG_X86_64 */
Expand Down

0 comments on commit 23d0b95

Please sign in to comment.