Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118437
b: refs/heads/master
c: b41ad14
h: refs/heads/master
i:
  118435: 1820dda
v: v3
  • Loading branch information
David Rientjes authored and Linus Torvalds committed Nov 6, 2008
1 parent f1e838e commit 6f867cf
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: 0aedadf91a70a11c4a3e7c7d99b21e5528af8d5d
refs/heads/master: b41ad14c30acf023d09ac064096a4cf41248ce46
2 changes: 1 addition & 1 deletion trunk/mm/sparse-vmemmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void __meminit vmemmap_verify(pte_t *pte, int node,
unsigned long pfn = pte_pfn(*pte);
int actual_node = early_pfn_to_nid(pfn);

if (actual_node != node)
if (node_distance(actual_node, node) > LOCAL_DISTANCE)
printk(KERN_WARNING "[%lx-%lx] potential offnode "
"page_structs\n", start, end - 1);
}
Expand Down

0 comments on commit 6f867cf

Please sign in to comment.