Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1053
b: refs/heads/master
c: 2512809
h: refs/heads/master
i:
  1051: e82ffe7
v: v3
  • Loading branch information
Paul Mackerras authored and Linus Torvalds committed May 6, 2005
1 parent 4f00b0e commit a41f385
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: 8b3447db2e02f01f94b4bcd8584caccdada6fa4a
refs/heads/master: 2512809255d018744fe6c2f5e996c83769846c07
2 changes: 1 addition & 1 deletion trunk/arch/ppc64/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ void __init paging_init(void)
zones_size[ZONE_DMA] = top_of_ram >> PAGE_SHIFT;
zholes_size[ZONE_DMA] = (top_of_ram - total_ram) >> PAGE_SHIFT;

free_area_init_node(0, &contig_page_data, zones_size,
free_area_init_node(0, NODE_DATA(0), zones_size,
__pa(PAGE_OFFSET) >> PAGE_SHIFT, zholes_size);
}
#endif /* CONFIG_DISCONTIGMEM */
Expand Down

0 comments on commit a41f385

Please sign in to comment.