]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/vmalloc.h
mm: add vfree_atomic()
[mirror_ubuntu-artful-kernel.git] / include / linux / vmalloc.h
index 3d9d786a943cacd7321b208f59ff4a4467c561df..d68edffbf142cec5f8987a7907b6f2e76cefdfd7 100644 (file)
@@ -82,6 +82,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);