Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252037
b: refs/heads/master
c: 268433b
h: refs/heads/master
i:
  252035: c55bf61
v: v3
  • Loading branch information
Namhyung Kim authored and Linus Torvalds committed May 27, 2011
1 parent 0b486ef commit 3547977
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: 39cc98f1f8aa949afeea89f424c7494b0785d7da
refs/heads/master: 268433b8e54486b12478e94ba18587bcc7de4d57
4 changes: 2 additions & 2 deletions trunk/mm/page_cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ struct page *lookup_cgroup_page(struct page_cgroup *pc)
return page;
}

static void *__init_refok alloc_page_cgroup(size_t size, int nid)
static void *__meminit alloc_page_cgroup(size_t size, int nid)
{
void *addr = NULL;

Expand Down Expand Up @@ -162,7 +162,7 @@ static void free_page_cgroup(void *addr)
}
#endif

static int __init_refok init_section_page_cgroup(unsigned long pfn)
static int __meminit init_section_page_cgroup(unsigned long pfn)
{
struct page_cgroup *base, *pc;
struct mem_section *section;
Expand Down

0 comments on commit 3547977

Please sign in to comment.