Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96120
b: refs/heads/master
c: abdefbd
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed May 5, 2008
1 parent 5d019b5 commit e81ac07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 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: 8376005ea471762e7a5957d5b9e788121c0ba726
refs/heads/master: abdefbdbd5c683ddcb1dd0d3dd414d02f078a5da
13 changes: 0 additions & 13 deletions trunk/arch/sparc64/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -2362,16 +2362,3 @@ void __flush_tlb_all(void)
__asm__ __volatile__("wrpr %0, 0, %%pstate"
: : "r" (pstate));
}

#ifdef CONFIG_MEMORY_HOTPLUG

void online_page(struct page *page)
{
ClearPageReserved(page);
init_page_count(page);
__free_page(page);
totalram_pages++;
num_physpages++;
}

#endif /* CONFIG_MEMORY_HOTPLUG */

0 comments on commit e81ac07

Please sign in to comment.