Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345059
b: refs/heads/master
c: 221392c
h: refs/heads/master
i:
  345057: fb4c298
  345055: 0b721b4
v: v3
  • Loading branch information
Mel Gorman authored and Linus Torvalds committed Dec 17, 2012
1 parent b4cbffc commit 8a7ddae
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: a4f1de176614f634c367e5994a7bcc428c940df0
refs/heads/master: 221392c3ad0432e39fd74a349364f66cb0ed78f6
2 changes: 1 addition & 1 deletion trunk/kernel/sched/fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ void task_numa_work(struct callback_head *work)
continue;

/* Skip small VMAs. They are not likely to be of relevance */
if (((vma->vm_end - vma->vm_start) >> PAGE_SHIFT) < HPAGE_PMD_NR)
if (vma->vm_end - vma->vm_start < HPAGE_SIZE)
continue;

do {
Expand Down

0 comments on commit 8a7ddae

Please sign in to comment.