Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109879
b: refs/heads/master
c: 5670a43
h: refs/heads/master
i:
  109877: f3adc52
  109875: 1a8bbb9
  109871: 17f0fcf
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed Sep 14, 2008
1 parent b66ff98 commit 5c3fea0
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: 0ad5bce7409d681a5655c66e64bb0eb740b89c1f
refs/heads/master: 5670a43d710a12fcbbfaefd3991002768b488d82
2 changes: 1 addition & 1 deletion trunk/arch/x86/xen/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ char * __init xen_memory_setup(void)

e820.nr_map = 0;

e820_add_region(0, PFN_PHYS(max_pfn), E820_RAM);
e820_add_region(0, PFN_PHYS((u64)max_pfn), E820_RAM);

/*
* Even though this is normal, usable memory under Xen, reserve
Expand Down

0 comments on commit 5c3fea0

Please sign in to comment.