Merge commit 'v2.6.38' into x86/mm
Conflicts: arch/x86/mm/numa_64.c Merge reason: Resolve the conflict, update the branch to .38. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -5371,10 +5371,9 @@ __count_immobile_pages(struct zone *zone, struct page *page, int count)
|
||||
for (found = 0, iter = 0; iter < pageblock_nr_pages; iter++) {
|
||||
unsigned long check = pfn + iter;
|
||||
|
||||
if (!pfn_valid_within(check)) {
|
||||
iter++;
|
||||
if (!pfn_valid_within(check))
|
||||
continue;
|
||||
}
|
||||
|
||||
page = pfn_to_page(check);
|
||||
if (!page_count(page)) {
|
||||
if (PageBuddy(page))
|
||||
|
Reference in New Issue
Block a user