Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179350
b: refs/heads/master
c: d2dbe08
h: refs/heads/master
v: v3
  • Loading branch information
Kazuhisa Ichikawa authored and Linus Torvalds committed Jan 16, 2010
1 parent 5583ad7 commit d6e641a
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: 5dab600e6a153ceb64832f608069e6c08185411a
refs/heads/master: d2dbe08ddceb4ba2b274abb84326d7e69d454e5c
2 changes: 1 addition & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3998,7 +3998,7 @@ void __init add_active_range(unsigned int nid, unsigned long start_pfn,
}

/* Merge backward if suitable */
if (start_pfn < early_node_map[i].end_pfn &&
if (start_pfn < early_node_map[i].start_pfn &&
end_pfn >= early_node_map[i].start_pfn) {
early_node_map[i].start_pfn = start_pfn;
return;
Expand Down

0 comments on commit d6e641a

Please sign in to comment.