Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40421
b: refs/heads/master
c: 0c6cb97
h: refs/heads/master
i:
  40419: 4228432
v: v3
  • Loading branch information
Mel Gorman authored and Linus Torvalds committed Oct 28, 2006
1 parent 5a6c2b2 commit 82b5a83
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: 057647fc47b3a5fbcfa997041db3f483d506603c
refs/heads/master: 0c6cb974636dd29681b03f8eb0ae227decab01fb
2 changes: 1 addition & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2261,7 +2261,7 @@ unsigned long __init __absent_pages_in_range(int nid,

/* Account for ranges past physical memory on this node */
if (range_end_pfn > prev_end_pfn)
hole_pages = range_end_pfn -
hole_pages += range_end_pfn -
max(range_start_pfn, prev_end_pfn);

return hole_pages;
Expand Down

0 comments on commit 82b5a83

Please sign in to comment.