Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61535
b: refs/heads/master
c: bb2d5ce
h: refs/heads/master
i:
  61533: 6b9b2b3
  61531: adac55d
  61527: 9754efa
  61519: 021de10
  61503: 46bc74b
v: v3
  • Loading branch information
Mel Gorman authored and Linus Torvalds committed Jul 19, 2007
1 parent b7c0069 commit 8fe5d1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 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: 79352894b28550ee0eee919149f57626ec1b3572
refs/heads/master: bb2d5ce16409efcdf94017a6b6fecd468226e29c
15 changes: 0 additions & 15 deletions trunk/include/linux/highmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,21 +102,6 @@ __alloc_zeroed_user_highpage(gfp_t movableflags,
}
#endif

/**
* alloc_zeroed_user_highpage - Allocate a zeroed HIGHMEM page for a VMA
* @vma: The VMA the page is to be allocated for
* @vaddr: The virtual address the page will be inserted into
*
* This function will allocate a page for a VMA that the caller knows will
* not be able to move in the future using move_pages() or reclaim. If it
* is known that the page can move, use alloc_zeroed_user_highpage_movable
*/
static inline struct page *
alloc_zeroed_user_highpage(struct vm_area_struct *vma, unsigned long vaddr)
{
return __alloc_zeroed_user_highpage(0, vma, vaddr);
}

/**
* alloc_zeroed_user_highpage_movable - Allocate a zeroed HIGHMEM page for a VMA that the caller knows can move
* @vma: The VMA the page is to be allocated for
Expand Down

0 comments on commit 8fe5d1e

Please sign in to comment.