diff options
author | Christoph Hellwig <[email protected]> | 2019-06-26 14:27:05 +0200 |
---|---|---|
committer | Jason Gunthorpe <[email protected]> | 2019-07-02 14:32:44 -0300 |
commit | 692622157bd069526360d590150c4c302a443853 (patch) | |
tree | ae865d574be8a03bbacbdcefb9c4117346d40a3d | |
parent | b7a523109fb5c9d2d6dd3ffc1fa38a4f48c6f842 (diff) |
mm: export alloc_pages_vma
nouveau is currently using this through an odd hmm wrapper, and I plan
to switch it to the real thing later in this series.
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: John Hubbard <[email protected]>
Acked-by: Michal Hocko <[email protected]>
Reviewed-by: Dan Williams <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
-rw-r--r-- | mm/mempolicy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/mempolicy.c b/mm/mempolicy.c index fdcb73536319..f48693f75b37 100644 --- a/mm/mempolicy.c +++ b/mm/mempolicy.c @@ -2098,6 +2098,7 @@ alloc_pages_vma(gfp_t gfp, int order, struct vm_area_struct *vma, out: return page; } +EXPORT_SYMBOL(alloc_pages_vma); /** * alloc_pages_current - Allocate pages. |