Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176303
b: refs/heads/master
c: 23ce932
h: refs/heads/master
i:
  176301: a0f3845
  176299: 0c58b2c
  176295: e6da40c
  176287: eafc286
v: v3
  • Loading branch information
Rakib Mullick authored and Linus Torvalds committed Dec 15, 2009
1 parent b347a6a commit a012046
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b76c8cfbff94263fdf2f408e94b78b049c24a9dc
refs/heads/master: 23ce932a5e3ec3b9f06e92c8797d834d43abfb0f
4 changes: 3 additions & 1 deletion trunk/mm/memory_hotplug.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ static void get_page_bootmem(unsigned long info, struct page *page, int type)
atomic_inc(&page->_count);
}

void put_page_bootmem(struct page *page)
/* reference to __meminit __free_pages_bootmem is valid
* so use __ref to tell modpost not to generate a warning */
void __ref put_page_bootmem(struct page *page)
{
int type;

Expand Down

0 comments on commit a012046

Please sign in to comment.