]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/vmalloc.h
vmap: add flag to allow lazy unmap to be disabled at runtime
[karo-tx-linux.git] / include / linux / vmalloc.h
index 227c2a585e4f326a4e3355fc01f34a1eb4901b03..b840fdaf438c7814cadd0b3800aa5e9e14fcd913 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() */