Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10873
b: refs/heads/master
c: c678796
h: refs/heads/master
i:
  10871: ed56461
v: v3
  • Loading branch information
Bob Picco authored and Tony Luck committed Oct 4, 2005
1 parent a860e52 commit 4c71487
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: da9577c531f17f744f3eab40f700e07933d26361
refs/heads/master: c678796cab4b5288ad578802a54cb1480ae20a08
4 changes: 2 additions & 2 deletions trunk/arch/ia64/mm/contig.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ paging_init (void)
efi_memmap_walk(find_largest_hole, (u64 *)&max_gap);
if (max_gap < LARGE_GAP) {
vmem_map = (struct page *) 0;
free_area_init_node(0, &contig_page_data, zones_size, 0,
free_area_init_node(0, NODE_DATA(0), zones_size, 0,
zholes_size);
} else {
unsigned long map_size;
Expand All @@ -282,7 +282,7 @@ paging_init (void)
efi_memmap_walk(create_mem_map_page_table, NULL);

NODE_DATA(0)->node_mem_map = vmem_map;
free_area_init_node(0, &contig_page_data, zones_size,
free_area_init_node(0, NODE_DATA(0), zones_size,
0, zholes_size);

printk("Virtual mem_map starts at 0x%p\n", mem_map);
Expand Down

0 comments on commit 4c71487

Please sign in to comment.