Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321194
b: refs/heads/master
c: 8783b6e
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Aug 2, 2012
1 parent 4d7f58f commit 060f163
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: 1a9b4993b70fb1884716902774dc9025b457760d
refs/heads/master: 8783b6e2b2cb726f2734cf208d101f73ac1ba616
2 changes: 1 addition & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4511,7 +4511,7 @@ void __paginginit free_area_init_node(int nid, unsigned long *zones_size,
pg_data_t *pgdat = NODE_DATA(nid);

/* pg_data_t should be reset to zero when it's allocated */
WARN_ON(pgdat->nr_zones || pgdat->node_start_pfn || pgdat->classzone_idx);
WARN_ON(pgdat->nr_zones || pgdat->classzone_idx);

pgdat->node_id = nid;
pgdat->node_start_pfn = node_start_pfn;
Expand Down

0 comments on commit 060f163

Please sign in to comment.