Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99894
b: refs/heads/master
c: 2bc0d26
h: refs/heads/master
v: v3
  • Loading branch information
Paul Jackson authored and Ingo Molnar committed Jul 8, 2008
1 parent b3ae490 commit 47936f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e2fc252e0ce695b4c4abe27bb073c35bd0d73252
refs/heads/master: 2bc0d2615a15a93d344abbe8cb1b9056122bce9d
4 changes: 2 additions & 2 deletions trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3669,7 +3669,7 @@ static void __init sort_node_map(void)
}

/* Find the lowest pfn for a node */
unsigned long __init find_min_pfn_for_node(unsigned long nid)
unsigned long __init find_min_pfn_for_node(int nid)
{
int i;
unsigned long min_pfn = ULONG_MAX;
Expand All @@ -3680,7 +3680,7 @@ unsigned long __init find_min_pfn_for_node(unsigned long nid)

if (min_pfn == ULONG_MAX) {
printk(KERN_WARNING
"Could not find start_pfn for node %lu\n", nid);
"Could not find start_pfn for node %d\n", nid);
return 0;
}

Expand Down

0 comments on commit 47936f1

Please sign in to comment.