Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233923
b: refs/heads/master
c: 236344d
h: refs/heads/master
i:
  233921: a4c8aa5
  233919: f6cfa10
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Mar 5, 2011
1 parent 702faa9 commit 4b86eba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2f5f9486f8c12e3aa40fe3775a18cb14efc5cea2
refs/heads/master: 236344d6b417d05a3080477639234fd9ca97568d
2 changes: 2 additions & 0 deletions trunk/include/linux/gfp.h
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ extern struct page *alloc_pages_vma(gfp_t gfp_mask, int order,
#define alloc_page(gfp_mask) alloc_pages(gfp_mask, 0)
#define alloc_page_vma(gfp_mask, vma, addr) \
alloc_pages_vma(gfp_mask, 0, vma, addr, numa_node_id())
#define alloc_page_vma_node(gfp_mask, vma, addr, node) \
alloc_pages_vma(gfp_mask, 0, vma, addr, node)

extern unsigned long __get_free_pages(gfp_t gfp_mask, unsigned int order);
extern unsigned long get_zeroed_page(gfp_t gfp_mask);
Expand Down

0 comments on commit 4b86eba

Please sign in to comment.