Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99863
b: refs/heads/master
c: 88a6846
h: refs/heads/master
i:
  99861: 845787d
  99859: fbe7239
  99855: b97351e
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed Jul 8, 2008
1 parent 0c56464 commit e21b5d2
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b792c755907cffceab393585b626ef2553c38538
refs/heads/master: 88a6846c70ad6bf33a545d554ace801d69e8a1a5
1 change: 1 addition & 0 deletions trunk/arch/x86/xen/enlighten.c
Original file line number Diff line number Diff line change
Expand Up @@ -1304,6 +1304,7 @@ asmlinkage void __init xen_start_kernel(void)

init_pg_tables_start = __pa(pgd);
init_pg_tables_end = __pa(pgd) + xen_start_info->nr_pt_frames*PAGE_SIZE;
max_pfn_mapped = (init_pg_tables_end + 512*1024) >> PAGE_SHIFT;

init_mm.pgd = pgd; /* use the Xen pagetables to start */

Expand Down

0 comments on commit e21b5d2

Please sign in to comment.