Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145851
b: refs/heads/master
c: 6b2e852
h: refs/heads/master
i:
  145849: 6ebd2d8
  145847: 57b9c9c
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed May 8, 2009
1 parent 88997aa commit c3348e0
Show file tree
Hide file tree
Showing 2 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: f066a155334642b8a206eec625b1925d88c48aeb
refs/heads/master: 6b2e8523df148c15ea5abf13075026fb8bdb3f86
6 changes: 3 additions & 3 deletions trunk/arch/x86/xen/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ char * __init xen_memory_setup(void)
* - xen_start_info
* See comment above "struct start_info" in <xen/interface/xen.h>
*/
e820_add_region(__pa(xen_start_info->mfn_list),
xen_start_info->pt_base - xen_start_info->mfn_list,
E820_RESERVED);
reserve_early(__pa(xen_start_info->mfn_list),
__pa(xen_start_info->pt_base),
"XEN START INFO");

sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &e820.nr_map);

Expand Down

0 comments on commit c3348e0

Please sign in to comment.