Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217843
b: refs/heads/master
c: b7eb4ad
h: refs/heads/master
i:
  217841: 058d526
  217839: 5217f24
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Oct 22, 2010
1 parent c246787 commit 4a5162d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3588fe2e3f36543664beafedd3bb6dc3ffa896c5
refs/heads/master: b7eb4ad39134ee5b09634a710e50c2990f533231
2 changes: 1 addition & 1 deletion trunk/arch/x86/xen/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ void xen_setup_mfn_list_list(void)

HYPERVISOR_shared_info->arch.pfn_to_mfn_frame_list_list =
virt_to_mfn(p2m_top_mfn_list);
HYPERVISOR_shared_info->arch.max_pfn = xen_start_info->nr_pages;
HYPERVISOR_shared_info->arch.max_pfn = max_p2m_mfn;
}

/* Set up p2m_top to point to the domain-builder provided p2m pages */
Expand Down

0 comments on commit 4a5162d

Please sign in to comment.