diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-07-03 15:52:30 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-07-03 15:52:29 -0700 |
| commit | f9b5ebb0c819249796f97dfd61a1545ab3684e7c (patch) | |
| tree | ed2a9f0b51f04f9d108c8cab6059a7e357e89497 /include/linux | |
| parent | d4d87115fdce7f59fb636f1e76dc3e091b1caa0b (diff) | |
| parent | 43948913ab5a0b6db97b0c94627f64a937846baa (diff) | |
Merge "mm: add vfree_atomic()"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/vmalloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/vmalloc.h b/include/linux/vmalloc.h index cb3b51947ddd..bad3ea4ded8e 100644 --- a/include/linux/vmalloc.h +++ b/include/linux/vmalloc.h @@ -84,6 +84,7 @@ extern void *__vmalloc_node_range(unsigned long size, unsigned long align, const void *caller); extern void vfree(const void *addr); +extern void vfree_atomic(const void *addr); extern void *vmap(struct page **pages, unsigned int count, unsigned long flags, pgprot_t prot); |
