Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292669
b: refs/heads/master
c: b224ef8
h: refs/heads/master
i:
  292667: 439e16a
v: v3
  • Loading branch information
Kautuk Consul authored and Linus Torvalds committed Mar 22, 2012
1 parent 0c5c047 commit 72925a4
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: 8d13bddd11c10db40e2c81b4b224c11126691fc0
refs/heads/master: b224ef856b1a5b949daff5937a9e187fe622b8f5
4 changes: 2 additions & 2 deletions trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4524,7 +4524,7 @@ static unsigned long __init early_calculate_totalpages(void)
* memory. When they don't, some nodes will have more kernelcore than
* others
*/
static void __init find_zone_movable_pfns_for_nodes(unsigned long *movable_pfn)
static void __init find_zone_movable_pfns_for_nodes(void)
{
int i, nid;
unsigned long usable_startpfn;
Expand Down Expand Up @@ -4716,7 +4716,7 @@ void __init free_area_init_nodes(unsigned long *max_zone_pfn)

/* Find the PFNs that ZONE_MOVABLE begins at in each node */
memset(zone_movable_pfn, 0, sizeof(zone_movable_pfn));
find_zone_movable_pfns_for_nodes(zone_movable_pfn);
find_zone_movable_pfns_for_nodes();

/* Print out the zone ranges */
printk("Zone PFN ranges:\n");
Expand Down

0 comments on commit 72925a4

Please sign in to comment.