Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83094
b: refs/heads/master
c: 1e548de
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Feb 5, 2008
1 parent 746c699 commit ffa2efe
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2d544564f9954860235db97df2e549a66c61f557
refs/heads/master: 1e548deb5d1630ca14ba04da04e3b6b3766178c7
5 changes: 2 additions & 3 deletions trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2546,8 +2546,7 @@ void __meminit memmap_init_zone(unsigned long size, int nid, unsigned long zone,
}
}

static void __meminit zone_init_free_lists(struct pglist_data *pgdat,
struct zone *zone, unsigned long size)
static void __meminit zone_init_free_lists(struct zone *zone)
{
int order, t;
for_each_migratetype_order(order, t) {
Expand Down Expand Up @@ -2820,7 +2819,7 @@ __meminit int init_currently_empty_zone(struct zone *zone,

memmap_init(size, pgdat->node_id, zone_idx(zone), zone_start_pfn);

zone_init_free_lists(pgdat, zone, zone->spanned_pages);
zone_init_free_lists(zone);

return 0;
}
Expand Down

0 comments on commit ffa2efe

Please sign in to comment.