Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14050
b: refs/heads/master
c: 27d99f7
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Nov 14, 2005
1 parent 1243a82 commit 9121bc5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4694ca02d19f42f5fd0b62cc2d0c7d3e5a0eef47
refs/heads/master: 27d99f7ead8cd6d2231798bff0d4c38814afea22
3 changes: 2 additions & 1 deletion trunk/arch/i386/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <linux/proc_fs.h>
#include <linux/efi.h>
#include <linux/memory_hotplug.h>
#include <linux/initrd.h>

#include <asm/processor.h>
#include <asm/system.h>
Expand Down Expand Up @@ -267,7 +268,7 @@ static void __init permanent_kmaps_init(pgd_t *pgd_base)
pkmap_page_table = pte;
}

void __devinit free_new_highpage(struct page *page)
static void __devinit free_new_highpage(struct page *page)
{
set_page_count(page, 1);
__free_page(page);
Expand Down

0 comments on commit 9121bc5

Please sign in to comment.