Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100033
b: refs/heads/master
c: 49c980d
h: refs/heads/master
i:
  100031: 256a2f1
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Jul 9, 2008
1 parent 2f3d88b commit 1261a8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: b50efd2a55fc1344654875369d458bb6838bd37a
refs/heads/master: 49c980df552499e5e8595b52448f612fdab0484a
6 changes: 3 additions & 3 deletions trunk/arch/x86/mm/init_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -1104,9 +1104,6 @@ vmemmap_populate(struct page *start_page, unsigned long size, int node)
PAGE_KERNEL_LARGE);
set_pmd(pmd, __pmd(pte_val(entry)));

addr_end = addr + PMD_SIZE;
p_end = p + PMD_SIZE;

/* check to see if we have contiguous blocks */
if (p_end != p || node_start != node) {
if (p_start)
Expand All @@ -1116,6 +1113,9 @@ vmemmap_populate(struct page *start_page, unsigned long size, int node)
node_start = node;
p_start = p;
}

addr_end = addr + PMD_SIZE;
p_end = p + PMD_SIZE;
} else
vmemmap_verify((pte_t *)pmd, node, addr, next);
}
Expand Down

0 comments on commit 1261a8a

Please sign in to comment.