]> err.no Git - linux-2.6/blobdiff - include/linux/mempolicy.h
SLUB: Move page->offset to kmem_cache_cpu->offset
[linux-2.6] / include / linux / mempolicy.h
index a020eb2d4e2a3984fe8807cb833947c42367a232..7e9698ec839be11e93d8af3540c4ed75cc907708 100644 (file)
@@ -19,6 +19,7 @@
 /* Flags for get_mem_policy */
 #define MPOL_F_NODE    (1<<0)  /* return next IL mode instead of node mask */
 #define MPOL_F_ADDR    (1<<1)  /* look up vma using address */
+#define MPOL_F_MEMS_ALLOWED (1<<2) /* return allowed memories */
 
 /* Flags for mbind */
 #define MPOL_MF_STRICT (1<<0)  /* Verify existing pages in the mapping */