Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173038
b: refs/heads/master
c: b1258ac
h: refs/heads/master
v: v3
  • Loading branch information
Minchan Kim authored and Ingo Molnar committed Oct 23, 2009
1 parent 84e9398 commit 3ef6b95
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: d6cc1c3af760c1d3f6b42f6e52b08718a6207cf1
refs/heads/master: b1258ac2963d42ee7e807d2993d15e3dd39ff4b0
4 changes: 2 additions & 2 deletions trunk/arch/x86/mm/init_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ static void __init permanent_kmaps_init(pgd_t *pgd_base)
pkmap_page_table = pte;
}

static void __init add_one_highpage_init(struct page *page, int pfn)
static void __init add_one_highpage_init(struct page *page)
{
ClearPageReserved(page);
init_page_count(page);
Expand Down Expand Up @@ -445,7 +445,7 @@ static int __init add_highpages_work_fn(unsigned long start_pfn,
if (!pfn_valid(node_pfn))
continue;
page = pfn_to_page(node_pfn);
add_one_highpage_init(page, node_pfn);
add_one_highpage_init(page);
}

return 0;
Expand Down

0 comments on commit 3ef6b95

Please sign in to comment.