Merge remote branch 'jwb/merge' into merge
[firefly-linux-kernel-4.4.55.git] / include / linux / vmalloc.h
index de05e96e0a70587efd6a3043852c610796a1a140..01c2145118dc53bd831eaad32255e058b8db3dcd 100644 (file)
@@ -7,6 +7,8 @@
 
 struct vm_area_struct;         /* vma defining user mapping in mm_types.h */
 
+extern bool vmap_lazy_unmap;
+
 /* bits in flags of vmalloc's vm_struct below */
 #define VM_IOREMAP     0x00000001      /* ioremap() and friends */
 #define VM_ALLOC       0x00000002      /* vmalloc() */